Font Changer

Find elements on the page and change their font with just few clicks.

O que é Font Changer?

Font Changer é uma extensão do Chrome desenvolvida por Rafał Florczak, e sua principal característica é "Find elements on the page and change their font with just few clicks.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Font Changer

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

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

Informações Básicas da Extensão

Nome Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
URL Oficial https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
Descrição Find elements on the page and change their font with just few clicks.
Tamanho do Arquivo 182 KB
Contagem de Instalações 357
Versão Atual 0.3.3
Última Atualização 2022-04-13
Data de Publicação 2019-03-21
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor Rafał Florczak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/florczakraf/font-changer
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}