Font Changer

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

Qu'est-ce que Font Changer ?

Font Changer est une extension Chrome développée par Rafał Florczak, et sa fonction principale est "Find elements on the page and change their font with just few clicks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Font Changer

Téléchargez les fichiers d'extension Font Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
URL Officiel https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
Description Find elements on the page and change their font with just few clicks.
Taille du Fichier 182 KB
Nombre d'Installations 357
Version Actuelle 0.3.3
Dernière Mise à Jour 2022-04-13
Date de Publication 2019-03-21
Évaluation 1.00/5 Total 2 Évaluations
Développeur Rafał Florczak
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/florczakraf/font-changer
Langues Prises en Charge 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"
    ]
}