Font Customizer

Fine-tune your font settings for each website

Cos'è Font Customizer?

Font Customizer è un'estensione di Chrome sviluppata da Sonia Young, e la sua funzione principale è "Fine-tune your font settings for each website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Font Customizer

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

                        Change font settings beyond what browser offers!

With Font Customizer, you can change font, size, and colors for every website.

Features:
☆ Make all text bigger or smaller
☆ Hundreds of fonts with open licenses
☆ Change color from the default black

Quick start: click the icon in the toolbar to open a popup.                    

Informazioni di Base sull'Estensione

Nome Font Customizer Font Customizer
ID gfbgiekofllpkpaoadjhbbfnljbcimoh
URL Ufficiale https://chrome.google.com/webstore/detail/font-customizer/gfbgiekofllpkpaoadjhbbfnljbcimoh
Descrizione Fine-tune your font settings for each website
Dimensione del File 330 KB
Conteggio Installazioni 1,477,015
Versione Corrente 1.4.3
Ultimo Aggiornamento 2022-11-15
Data di Pubblicazione 2021-04-22
Valutazione 4.40/5 Totale 92 Valutazioni
Sviluppatore Sonia Young
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.notion.so/Font-Customizer-Privacy-policy-f87caddb5939401498ba6cd3d0c9cfc9
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.4.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}