Let Me Read

Provides a distraction free reading.

Let Me Read क्या है?

Let Me Read Kushagra Gour द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a distraction free reading."।

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

screenshot
screenshot

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

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

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

                        Have a website where you read regularly and wish it didn't have those page elements on all sides distracting you from reading?

"Let Me Read" is an extension that transforms your favorite websites into a distraction free reading environment.

Just click the extension icon and get ready to focus on the content you want to read. Simple!

Currently supported websites:

1. Facebook
2. Smashing Magazine
3. Wikipedia
4. CSS-Tricks
5. Tutsplus
6. .net Magazine
7. WebdesignerDepot
8. Noupe

Have a website which is not listed above? Let me know in the comments and I'll add support for it also.

This extension is open source. Find it on Github: https://github.com/chinchang/let-me-read
Have fun reading!                    

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

नाम Let Me Read Let Me Read
ID ejmgdmocbicjpgcnfoonmbbfcllcnkaa
आधिकारिक URL https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa
विवरण Provides a distraction free reading.
फ़ाइल का आकार 12.47 KB
स्थापना संख्या 67
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-08-11
प्रकाशन तिथि 2013-08-11
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Kushagra Gour
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/chinchang/let-me-read
सहायता पृष्ठ URL https://github.com/chinchang/let-me-read
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Read",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Provides a distraction free reading.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}