Speedr
A Beautiful, Highly Configurable Speed Reading Extension
Speedr क्या है?
Speedr http://www.tinynudge.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Beautiful, Highly Configurable Speed Reading Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speedr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Speedr is a beautifully designed speed reading extension that lets you read the web at amazing speeds! Speedr includes a wide array of options that change the way it looks and behaves so you can tailor Speedr to maximize your own productivity. BASIC USE - Select text - Activate Speedr (default: Alt + V) FEATURES - Clean and easy to use interface - Set a slight pause on punctuation, long words, ends of sentences, or ends of paragraphs - Display multiple words at a time - Estimated reading time and words remaining display - Day and night reading modes - Configurable key bindings - Serif and sans-serif font options - Minimap that gives you a quick overview of where you are in the text - Contextualizer that displays the sentence of the current word - Nearly all features are customizable and can be triggered on or off
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hfjhpbfgpdpabglemibbfaccbngfmgik |
आधिकारिक URL | https://chrome.google.com/webstore/detail/speedr/hfjhpbfgpdpabglemibbfaccbngfmgik |
विवरण | A Beautiful, Highly Configurable Speed Reading Extension |
फ़ाइल का आकार | 577 KB |
स्थापना संख्या | 884 |
वर्तमान संस्करण | 0.4.2 |
अंतिम अपडेट | 2015-03-09 |
प्रकाशन तिथि | 2015-03-09 |
रेटिंग | 4.50/5 कुल 10 रेटिंग्स |
डेवलपर | http://www.tinynudge.co |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.tinynudge.co/speedr |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "0.4.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Speedr", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/speedr.css" ], "js": [ "scripts\/speedr.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "storage", "contextMenus" ], "web_accessible_resources": [ "images\/*.svg", "fonts\/*.ttf" ] } |