Font Changer

Change any font easy!

O que é Font Changer?

Font Changer é uma extensão do Chrome desenvolvida por https://fontsly.com, e sua principal característica é "Change any font easy!".

Capturas de Tela da Extensão

screenshot
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

                        Collection of the best preset fonts. 
There is also a possibility to change size&color of text.                    

Informações Básicas da Extensão

Nome Font Changer Font Changer
ID cngbpbdpdeldglofjjppipdleagpefog
URL Oficial https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog
Descrição Change any font easy!
Tamanho do Arquivo 196 KB
Contagem de Instalações 2,365
Versão Atual 1.0.1
Última Atualização 2021-02-04
Data de Publicação 2021-02-04
Classificação 3.90/5 Total de 20 Avaliações
Desenvolvedor https://fontsly.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fontsly.com/
URL da Página de Política de Privacidade https://free-qr.com/privacy-policy
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}