Read fast - Speed Reading Extension

A beautiful speed reading extension

Read fast - Speed Reading Extension क्या है?

Read fast - Speed Reading Extension MJ Code द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful speed reading extension"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Want to improve your reading speed?

1- Select some text on the webpage
2- Click on the "R" icon

And here you go, ready to rock =)

---------------------------------

WHAT'S NEW

Version 0.9.7
- Upgrade to Manifest V3

Version 0.9.5
- Minor changes

Version 0.9.4
- Added a new shortcut, Backspace, to go back to start.
- Added some tips on the options page that may improve your reading experience.
- Fixed an issue caused by the spacebar key.

Version 0.9.3
- A link to the options page has been added
- A loading animation has been added
- Fixed a couple of bugs caused by the spacebar key

Version 0.9.2
- Read fast should now work properly on every website (note that it doesn't work on pdf files)

Version 0.9.1
- Possibility to set the delay before the reading starts (on the options page)
- Performance improvement                    

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

नाम Read fast - Speed Reading Extension Read fast - Speed Reading Extension
ID pnffahcjemjliibgcafjpklgmbeknldi
आधिकारिक URL https://chromewebstore.google.com/detail/read-fast-speed-reading-e/pnffahcjemjliibgcafjpklgmbeknldi
विवरण A beautiful speed reading extension
फ़ाइल का आकार 356 KB
स्थापना संख्या 5,715
वर्तमान संस्करण 0.9.7
अंतिम अपडेट 2022-03-14
प्रकाशन तिथि 2013-11-03
रेटिंग 4.20/5 कुल 49 रेटिंग्स
डेवलपर MJ Code
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.9.7",
    "name": "Read fast - Speed Reading Extension",
    "description": "A beautiful speed reading extension",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/scripts\/page.js"
            ]
        }
    ]
}