Font changer

This extension allows you to change the font and his size on site pages (where this is possible).

O que é Font changer?

Font changer é uma extensão do Chrome desenvolvida por http://namata.ru, e sua principal característica é "This extension allows you to change the font and his size on site pages (where this is possible).".

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

                        This extension allows you to change the font and his size on site pages (where this is possible). Just click on extension icon, write your font and his size and press "Set". After that this font will use on each site page (where this is possible).                    

Informações Básicas da Extensão

Nome Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
URL Oficial https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
Descrição This extension allows you to change the font and his size on site pages (where this is possible).
Tamanho do Arquivo 251 KB
Contagem de Instalações 184
Versão Atual 1.1
Última Atualização 2020-11-07
Data de Publicação 2020-11-07
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor http://namata.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://en.namata.ru/extensions/fontchanger/
URL da Página de Ajuda https://en.namata.ru/support/thanksforinstall/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font changer",
    "description": "This extension allows you to change the font and his size on site pages (where this is possible).",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}