Take Your Type

Download typographies present on the internet.

Vad är Take Your Type?

Take Your Type är en Chrome-tillägg utvecklad av Tim.F, och dess huvudfunktion är "Download typographies present on the internet.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Take Your Type-förlängningens CRX-fil

Ladda ner Take Your Type-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
Officiell webbadress https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Beskrivning Download typographies present on the internet.
Filstorlek 712 KB
Antal Installationer 93
Aktuell Version 1.0.1
Senast Uppdaterad 2021-03-18
Publiceringsdatum 2021-03-11
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Tim.F
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}