Take Your Type

Download typographies present on the internet.

O que é Take Your Type?

Take Your Type é uma extensão do Chrome desenvolvida por Tim.F, e sua principal característica é "Download typographies present on the internet.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Take Your Type

Baixe arquivos de extensão Take Your Type no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
URL Oficial https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Descrição Download typographies present on the internet.
Tamanho do Arquivo 712 KB
Contagem de Instalações 93
Versão Atual 1.0.1
Última Atualização 2021-03-18
Data de Publicação 2021-03-11
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Tim.F
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}