Take Your Type

Download typographies present on the internet.

Cos'è Take Your Type?

Take Your Type è un'estensione di Chrome sviluppata da Tim.F, e la sua funzione principale è "Download typographies present on the internet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Take Your Type

Scarica i file di estensione Take Your Type in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
URL Ufficiale https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Descrizione Download typographies present on the internet.
Dimensione del File 712 KB
Conteggio Installazioni 93
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-03-18
Data di Pubblicazione 2021-03-11
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Tim.F
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}