Dtexxxt

Dribbble shot description editor

Co to jest Dtexxxt?

Dtexxxt to rozszerzenie Chrome opracowane przez ibalajisankar, a jego główną funkcją jest „Dribbble shot description editor”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dtexxxt

Pobierz pliki rozszerzeń Dtexxxt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 :)                    

Podstawowe informacje o rozszerzeniu

Nazwa Dtexxxt Dtexxxt
ID oakppeklcndfbdagdihgngadmidfkbkl
Oficjalny URL https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl
Opis Dribbble shot description editor
Rozmiar pliku 150 KB
Liczba instalacji 18
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper ibalajisankar
Typ Płatności free
Strona Rozszerzenia https://balajisankar.tech/dtexxxt
Obsługiwane Języki 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"
    ]
}