Take Your Type

Download typographies present on the internet.

Co to jest Take Your Type?

Take Your Type to rozszerzenie Chrome opracowane przez Tim.F, a jego główną funkcją jest „Download typographies present on the internet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Take Your Type

Pobierz pliki rozszerzeń Take Your Type 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
Oficjalny URL https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Opis Download typographies present on the internet.
Rozmiar pliku 712 KB
Liczba instalacji 93
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-03-18
Data Publikacji 2021-03-11
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Tim.F
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}