Zen Reading

Provide a nice and clean reading experience for any web article.

Co je Zen Reading?

Zen Reading je rozšíření Chrome vyvinuté https://www.nclsmitchell.com, a jeho hlavní funkcí je „Provide a nice and clean reading experience for any web article.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Zen Reading

Stáhněte si soubory rozšíření Zen Reading 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í

                        New features coming soon.

Latest update: 
- Adding the possibility to swtich on/off without page reload
- New active icon                    

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

Název Zen Reading Zen Reading
ID jbijaekkhbdedopipdoepignpolobenj
Oficiální URL https://chromewebstore.google.com/detail/zen-reading/jbijaekkhbdedopipdoepignpolobenj
Popis Provide a nice and clean reading experience for any web article.
Velikost souboru 38.48 KB
Počet instalací 25
Aktuální Verze 1.1.6
Poslední Aktualizace 2015-10-29
Datum Vydání 2015-10-29
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář https://www.nclsmitchell.com
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zen Reading",
    "description": "Provide a nice and clean reading experience for any web article.",
    "version": "1.1.6",
    "browser_action": {
        "default_icon": "icon-zen-reading.png",
        "name": "Click to Zen Mode"
    },
    "background": {
        "scripts": [
            "zen-reading-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "zen-reading.css"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}