Read Mode

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

Read Mode क्या है?

Read Mode menteslibres.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Puts Google Chrome into read mode for a pleasant reading experience."।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Read Mode Read Mode
ID nagcaahojecfeopbghgihcabgiepploa
आधिकारिक URL https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa
विवरण Puts Google Chrome into read mode for a pleasant reading experience.
फ़ाइल का आकार 174 KB
स्थापना संख्या 42,619
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2012-09-25
प्रकाशन तिथि 2012-09-24
रेटिंग 3.26/5 कुल 372 रेटिंग्स
डेवलपर menteslibres.org
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}