Enable Reader Mode For Chrome

Put your Web Page into reader mode.

Cos'è Enable Reader Mode For Chrome?

Enable Reader Mode For Chrome è un'estensione di Chrome sviluppata da Business Gas, e la sua funzione principale è "Put your Web Page into reader mode.".

Scarica il file CRX dell'estensione Enable Reader Mode For Chrome

Scarica i file di estensione Enable Reader Mode For Chrome 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

                        Business Gas website and comparison reader.                    

Informazioni di Base sull'Estensione

Nome Enable Reader Mode For Chrome Enable Reader Mode For Chrome
ID ihpmhoihanabegohajalbknmnlelnjmh
URL Ufficiale https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh
Descrizione Put your Web Page into reader mode.
Dimensione del File 31.58 KB
Conteggio Installazioni 166
Versione Corrente 1.0
Ultimo Aggiornamento 2016-04-23
Data di Pubblicazione 2016-04-23
Valutazione 2.83/5 Totale 6 Valutazioni
Sviluppatore Business Gas
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.businessgas.co.uk/
URL della Pagina della Politica sulla Privacy http://www.businessgas.co.uk
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "reader.css"
            ],
            "js": [
                "reader.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Put your Web Page into reader mode.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Enable Reader Mode For Chrome",
    "page_action": {
        "default_icon": "icon-enabled.png",
        "default_title": "Toggle Reader Mode."
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0"
}