Fontify

Fontify - get your fonts right!

O que é Fontify?

Fontify é uma extensão do Chrome desenvolvida por borzecki.daniel, e sua principal característica é "Fontify - get your fonts right!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fontify

Baixe arquivos de extensão Fontify 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

                        Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color.

Change-log:
- 1.0.2 - copy to clipboard button / fixed random opening closed widget
- 1.0.1 - fixed problem with updating view on re-rendering
- 1.0.0 - we're launched!                    

Informações Básicas da Extensão

Nome Fontify Fontify
ID pfcgofaibgeffbgdmpohcdkonkinnkng
URL Oficial https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng
Descrição Fontify - get your fonts right!
Tamanho do Arquivo 15.5 KB
Contagem de Instalações 18
Versão Atual 1.0.2
Última Atualização 2020-12-06
Data de Publicação 2020-11-15
Desenvolvedor borzecki.daniel
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "1.0.2",
    "description": "Fontify - get your fonts right!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16.png",
            "32": "images\/favicon-32.png",
            "96": "images\/favicon-96.png",
            "128": "images\/favicon-128.png"
        }
    },
    "manifest_version": 2
}