Font Changer

Find elements on the page and change their font with just few clicks.

Cos'è Font Changer?

Font Changer è un'estensione di Chrome sviluppata da Rafał Florczak, e la sua funzione principale è "Find elements on the page and change their font with just few clicks.".

Screenshot dell'Estensione

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

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

Informazioni di Base sull'Estensione

Nome Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
URL Ufficiale https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
Descrizione Find elements on the page and change their font with just few clicks.
Dimensione del File 182 KB
Conteggio Installazioni 357
Versione Corrente 0.3.3
Ultimo Aggiornamento 2022-04-13
Data di Pubblicazione 2019-03-21
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Rafał Florczak
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/florczakraf/font-changer
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}