Dtexxxt

Dribbble shot description editor

Co je Dtexxxt?

Dtexxxt je rozšíření Chrome vyvinuté ibalajisankar, a jeho hlavní funkcí je „Dribbble shot description editor“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Dtexxxt

Stáhněte si soubory rozšíření Dtexxxt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        DTexxxt helps dribbble users to post text with basic formatting and links easily. The text editor allows you to add, format, copy and paste text in Dribbble in an instant. Hope this simple site is useful for you :)                    

Základní Informace o Rozšíření

Název Dtexxxt Dtexxxt
ID oakppeklcndfbdagdihgngadmidfkbkl
Oficiální URL https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl
Popis Dribbble shot description editor
Velikost souboru 150 KB
Počet instalací 18
Aktuální Verze 0.2
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář ibalajisankar
Typ Platby free
Webové stránky Rozšíření https://balajisankar.tech/dtexxxt
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "quill.snow.css",
                "style.css",
                "font-awesome.min.css",
                "emoji.css"
            ],
            "js": [
                "quill.min.js",
                "load.js",
                "js\/jquery.min.js",
                "js\/config.js",
                "js\/util.js",
                "js\/jquery.emojiarea.js",
                "js\/emoji-picker.js"
            ],
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ]
        }
    ],
    "description": "Dribbble shot description editor",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Dtexxxt",
    "short_name": "Dtexxxt",
    "permissions": [
        "*:\/\/*.dribbble.com\/*"
    ],
    "version": "0.2",
    "web_accessible_resources": [
        "load.js"
    ]
}