Fonts Changer

Fonts Changer allows users to change fonts in the browser.

O que é Fonts Changer?

Fonts Changer é uma extensão do Chrome desenvolvida por Fonts Changer, e sua principal característica é "Fonts Changer allows users to change fonts in the browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fonts Changer

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

                        Fonts Changer allows users to change fonts in the browser.
Chrome’s advanced font settings let users change system fonts in your browser using the Fonts Changer.

Fonts Changer Over 80 fonts available for your Chrome browser
 Install Font, Advanced Font Settings for your Fonts Changer Browser

Features Fonts Changer:

Choose from hundreds of fonts. All fonts are free for personal use, and most fonts are free for commercial use!

In the Font , we have chosen the most stylish and coolest font of different types, and they are very easy to apply. Change of font, change of sensations. Hundreds of exquisite beautiful built-in fonts, easy to change the system font, easy to change the mood!
Have a good mood every day. Open interface Fonts Changer.                    

Informações Básicas da Extensão

Nome Fonts Changer Fonts Changer
ID phkenomnahhgjnmpignadbeandfanbil
URL Oficial https://chromewebstore.google.com/detail/fonts-changer/phkenomnahhgjnmpignadbeandfanbil
Descrição Fonts Changer allows users to change fonts in the browser.
Tamanho do Arquivo 50.75 KB
Contagem de Instalações 14,636
Versão Atual 1.7
Última Atualização 2021-02-02
Data de Publicação 2019-12-18
Classificação 3.51/5 Total de 71 Avaliações
Desenvolvedor Fonts Changer
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vR4J2PhyBTcio5H9Gx7E73_ZQadKZgnubkUSJclEAEXsQV0chxf7DNQBJLpF30twTKoIrW8Ek7WbQIH/pub
Idiomas Suportados en
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.7",
    "default_locale": "en",
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "__MSG_name__",
        "default_icon": {
            "128": "128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "fontSettings",
        ""
    ]
}