A+ FontSize Changer Lite

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

Cos'è A+ FontSize Changer Lite?

A+ FontSize Changer Lite è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Extension that lets the user change the font text size, font type, font color and background color on a page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione A+ FontSize Changer Lite

Scarica i file di estensione A+ FontSize Changer Lite 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

                        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                    

Informazioni di Base sull'Estensione

Nome A+ FontSize Changer Lite A+ FontSize Changer Lite
ID ikaabmlbkifkifeiiabcdloniikcnedj
URL Ufficiale https://chromewebstore.google.com/detail/a+-fontsize-changer-lite/ikaabmlbkifkifeiiabcdloniikcnedj
Descrizione Extension that lets the user change the font text size, font type, font color and background color on a page.
Dimensione del File 72.98 KB
Conteggio Installazioni 113
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-02-17
Data di Pubblicazione 2022-02-16
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}