Zen Reading

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

Zen Reading क्या है?

Zen Reading https://www.nclsmitchell.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provide a nice and clean reading experience for any web article."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zen Reading एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}