Fontify

This extension allows the user to change the font on the whole page.

O que é Fontify?

Fontify é uma extensão do Chrome desenvolvida por MarcCsharp, e sua principal característica é "This extension allows the user to change the font on the whole page.".

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

                        This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish.

Simply click the extension and select your font from the drop down and see it applied to the page.                    

Informações Básicas da Extensão

Nome Fontify Fontify
ID npmbploomnpbcejbghaflhmdcnjkembd
URL Oficial https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd
Descrição This extension allows the user to change the font on the whole page.
Tamanho do Arquivo 5.6 KB
Contagem de Instalações 428
Versão Atual 0.0.1
Última Atualização 2018-01-24
Data de Publicação 2018-01-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor MarcCsharp
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension allows the user to change the font on the whole page.",
    "background": {
        "scripts": [
            "injectFont.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to change font"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ]
}