Read Mode

Puts Google Chrome into read mode for a pleasant reading experience.

Cos'è Read Mode?

Read Mode è un'estensione di Chrome sviluppata da menteslibres.org, e la sua funzione principale è "Puts Google Chrome into read mode for a pleasant reading experience.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Read Mode

Scarica i file di estensione Read Mode 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

                        Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal.                    

Informazioni di Base sull'Estensione

Nome Read Mode Read Mode
ID nagcaahojecfeopbghgihcabgiepploa
URL Ufficiale https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa
Descrizione Puts Google Chrome into read mode for a pleasant reading experience.
Dimensione del File 174 KB
Conteggio Installazioni 42,619
Versione Corrente 1.0.6
Ultimo Aggiornamento 2012-09-25
Data di Pubblicazione 2012-09-24
Valutazione 3.26/5 Totale 372 Valutazioni
Sviluppatore menteslibres.org
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "background": {
        "scripts": [
            "json2.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "reader.css"
            ],
            "js": [
                "reader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Puts Google Chrome into read mode for a pleasant reading experience.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Read Mode",
    "page_action": {
        "default_icon": "icon-enabled.png",
        "default_title": "Toggle Read Mode."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}