Font changer pro

Master browser font customization - size, color, font family

Cos'è Font changer pro?

Font changer pro è un'estensione di Chrome sviluppata da Tom Gray, e la sua funzione principale è "Master browser font customization - size, color, font family".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Font changer pro

Scarica i file di estensione Font changer pro 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

                        Font Changer Pro is a tool that manages font settings. You can select a font from hundreds of fonts on Google Fonts.

Features:
⭐ Hundreds of available fonts
⭐ Custom fonts 
⭐ Manage text color
⭐ Manage font size on any page
⭐ Use wildcard domain scope or apply globally                    

Informazioni di Base sull'Estensione

Nome Font changer pro Font changer pro
ID bfdlfijnkpenblkecgdgpfaamekddmdi
URL Ufficiale https://chrome.google.com/webstore/detail/font-changer-pro/bfdlfijnkpenblkecgdgpfaamekddmdi
Descrizione Master browser font customization - size, color, font family
Dimensione del File 525 KB
Conteggio Installazioni 100,000
Versione Corrente 1.8.1
Ultimo Aggiornamento 2020-12-20
Data di Pubblicazione 2020-11-05
Valutazione 4.05/5 Totale 38 Valutazioni
Sviluppatore Tom Gray
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.notion.so/Privacy-Policy-Font-changer-Pro-13132e70d2084944af210dcc85d2a62b
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.8.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "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:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}