Reeader - Minimal reader with speed reading

A simple and minimal way to read articles faster.

Reeader - Minimal reader with speed reading क्या है?

Reeader - Minimal reader with speed reading Paritosh Pundir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and minimal way to read articles faster."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Reeder - a minimal and open source reader extension for Google Chrome

UPDATE: Now fade stop words to skim through articles faster. Skip the stop words while you read through articles, read less and absorb more information.

Read any article in a distraction free mode with a clean layout. Just one click to open the reading view on top of any website. 

Quickly toggle theme between white, yellow and dark theme. To improve reading experience you can easily adjust font size and line height based on your liking. 

SPEED READING
Toggle speed reading mode for faster reading. To know more how it work and how you can speed read, check out this speed reading video from Tim Ferriss : https://www.youtube.com/watch?v=ZwEquW_Yij0

The source code of the extension is open source and if you are a developer wanting to contribute, feel free to send a pull request. 

If you want a specific feature in the extension or just want to say hey, feel free to tweet me @paritosh_pundir.                    

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

नाम Reeader - Minimal reader with speed reading Reeader - Minimal reader with speed reading
ID jblbdklppkompnbobkpncbmbjkaeaeah
आधिकारिक URL https://chromewebstore.google.com/detail/reeader-minimal-reader-wi/jblbdklppkompnbobkpncbmbjkaeaeah
विवरण A simple and minimal way to read articles faster.
फ़ाइल का आकार 134 KB
स्थापना संख्या 7,675
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2020-02-16
प्रकाशन तिथि 2020-02-16
रेटिंग 4.53/5 कुल 53 रेटिंग्स
डेवलपर Paritosh Pundir
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Paari/chrome-reader-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reeader - Minimal reader with speed reading",
    "version": "1.2.0",
    "description": "A simple and minimal way to read articles faster.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "images\/reader16.png",
        "32": "images\/reader32.png",
        "48": "images\/reader48.png",
        "128": "images\/reader128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}