Take Your Type

Download typographies present on the internet.

Co je Take Your Type?

Take Your Type je rozšíření Chrome vyvinuté Tim.F, a jeho hlavní funkcí je „Download typographies present on the internet.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Take Your Type

Stáhněte si soubory rozšíření Take Your Type 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í

                        This extension simplifies access to cached typography files in the browser.
It allows the listing, downloading and conversion (ttf, woff and woff2) of typography files found on a website.                    

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

Název Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
Oficiální URL https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Popis Download typographies present on the internet.
Velikost souboru 712 KB
Počet instalací 93
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-03-18
Datum Vydání 2021-03-11
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Tim.F
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take Your Type",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "debugger",
        "tabs",
        "contextMenus",
        "storage",
        "",
        "activeTab",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}