Read Mode

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

Co je Read Mode?

Read Mode je rozšíření Chrome vyvinuté menteslibres.org, a jeho hlavní funkcí je „Puts Google Chrome into read mode for a pleasant reading experience.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Read Mode

Stáhněte si soubory rozšíření Read Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Read Mode Read Mode
ID nagcaahojecfeopbghgihcabgiepploa
Oficiální URL https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa
Popis Puts Google Chrome into read mode for a pleasant reading experience.
Velikost souboru 174 KB
Počet instalací 42,619
Aktuální Verze 1.0.6
Poslední Aktualizace 2012-09-25
Datum Vydání 2012-09-24
Hodnocení 3.26/5 Celkem 372 Hodnocení
Vývojář menteslibres.org
Typ Platby free
Podporované Jazyky 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"
}