Font Changer

Change any font easy!

Cos'è Font Changer?

Font Changer è un'estensione di Chrome sviluppata da https://fontsly.com, e la sua funzione principale è "Change any font easy!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Font Changer

Scarica i file di estensione Font Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Font Changer Font Changer
ID cngbpbdpdeldglofjjppipdleagpefog
URL Ufficiale https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog
Descrizione Change any font easy!
Dimensione del File 196 KB
Conteggio Installazioni 2,365
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-02-04
Data di Pubblicazione 2021-02-04
Valutazione 3.90/5 Totale 20 Valutazioni
Sviluppatore https://fontsly.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fontsly.com/
URL della Pagina della Politica sulla Privacy https://free-qr.com/privacy-policy
Lingue Supportate 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"
}