A+ FontSize Changer Lite

Extension that lets the user change the font text size, font type, font color and background color on a page.

Qu'est-ce que A+ FontSize Changer Lite ?

A+ FontSize Changer Lite est une extension Chrome développée par Unknown, et sa fonction principale est "Extension that lets the user change the font text size, font type, font color and background color on a page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension A+ FontSize Changer Lite

Téléchargez les fichiers d'extension A+ FontSize Changer Lite 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

                        An extension that allows the user on any site to change the font text size, font type, font color and background color on the page. Suitable for use by persons with disabilities                    

Informations de Base sur l'Extension

Nom A+ FontSize Changer Lite A+ FontSize Changer Lite
ID ikaabmlbkifkifeiiabcdloniikcnedj
URL Officiel https://chromewebstore.google.com/detail/a+-fontsize-changer-lite/ikaabmlbkifkifeiiabcdloniikcnedj
Description Extension that lets the user change the font text size, font type, font color and background color on a page.
Taille du Fichier 72.98 KB
Nombre d'Installations 113
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-02-17
Date de Publication 2022-02-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fr,es,it,pt-BR,pt-PT,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_shortName__",
    "author": "",
    "version": "1.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "commands": {
        "incremenSize": {
            "suggested_key": {
                "default": "Alt+Up"
            },
            "description": "__MSG_incr__"
        },
        "decrementSize": {
            "suggested_key": {
                "default": "Alt+Down"
            },
            "description": "__MSG_decr__"
        }
    },
    "background": {
        "service_worker": "background\/bg.js"
    },
    "action": {
        "default_icon": "assets\/img\/icon38.png",
        "defaultTitle": "__MSG_extName__",
        "default_popup": "html\/main.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/stylesEditor.js"
            ],
            "css": [],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    }
}