Zen Reading

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

Zen Readingとは何ですか?

Zen Readingはhttps://www.nclsmitchell.comによって開発されたChromeの拡張機能で、その主な機能は「Provide a nice and clean reading experience for any web article.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Zen Reading拡張機能のCRXファイルをダウンロード

Zen Reading拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        New features coming soon.

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

拡張機能の基本情報

名前 Zen Reading Zen Reading
ID jbijaekkhbdedopipdoepignpolobenj
公式URL https://chromewebstore.google.com/detail/zen-reading/jbijaekkhbdedopipdoepignpolobenj
説明 Provide a nice and clean reading experience for any web article.
ファイルサイズ 38.48 KB
インストール数 25
現在のバージョン 1.1.6
最終更新日 2015-10-29
公開日 2015-10-29
評価 2.00/5 合計 2 レビュー
開発者 https://www.nclsmitchell.com
支払い方法 free
対応言語 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"
    ]
}