Fast Reader
Speed up your reading!
Fast Reader क्या है?
Fast Reader dmarch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed up your reading!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fast Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.
एक्सटेंशन की मूल जानकारी
नाम | Fast Reader |
ID | okiodagpdhmlhpikmbohgelnmngkhfhm |
आधिकारिक URL | https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm |
विवरण | Speed up your reading! |
फ़ाइल का आकार | 1.72 MB |
स्थापना संख्या | 191 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-06-23 |
प्रकाशन तिथि | 2013-06-23 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | dmarch |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Reader", "description": "Speed up your reading!", "version": "1.1", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Fast Reader - speed up your reading!" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |