Take Your Type

Download typographies present on the internet.

Was ist Take Your Type?

Take Your Type ist eine Chrome-Erweiterung, die von Tim.F entwickelt wurde, und ihr Hauptmerkmal ist "Download typographies present on the internet.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Take Your Type-Erweiterungs-CRX-Datei herunterladen

Laden Sie Take Your Type-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
Offizielle URL https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Beschreibung Download typographies present on the internet.
Dateigröße 712 KB
Installationsanzahl 93
Aktuelle Version 1.0.1
Letztes Update 2021-03-18
Veröffentlichungsdatum 2021-03-11
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Tim.F
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}