Font changer

This extension allows you to change the font and his size on site pages (where this is possible).

Qu'est-ce que Font changer ?

Font changer est une extension Chrome développée par http://namata.ru, et sa fonction principale est "This extension allows you to change the font and his size on site pages (where this is possible).".

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

                        This extension allows you to change the font and his size on site pages (where this is possible). Just click on extension icon, write your font and his size and press "Set". After that this font will use on each site page (where this is possible).                    

Informations de Base sur l'Extension

Nom Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
URL Officiel https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
Description This extension allows you to change the font and his size on site pages (where this is possible).
Taille du Fichier 251 KB
Nombre d'Installations 184
Version Actuelle 1.1
Dernière Mise à Jour 2020-11-07
Date de Publication 2020-11-07
Évaluation 3.00/5 Total 1 Évaluations
Développeur http://namata.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://en.namata.ru/extensions/fontchanger/
URL de la Page d'Aide https://en.namata.ru/support/thanksforinstall/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font changer",
    "description": "This extension allows you to change the font and his size on site pages (where this is possible).",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}