Readio Speed Reader
A modern, intuitive speed reader that just works.
Readio Speed Reader क्या है?
Readio Speed Reader nicklas.sandell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A modern, intuitive speed reader that just works."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readio Speed Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Readio Speed Reader is a smarter speed reader, built from scratch with a modern and intuiitive design to give you a pleasant reading experience. We value simplicity and speed and we've made it really easy for you to get started. Readio attempts to find the correct content on each page automatically, and places a quick access button in the bottom right corner of every readable page. The quick access buttons allow you to read the automatically detected text or open the editor to paste your own text. Of course, you can always select and right click any text on a page to read it. Everyone has their own preferences, and therefore we've built in multiple options to personalize Readio to your liking. These options include dark/bright themes, word positioning and highlighting, font styles, speed variation, and much more! We're still in the beta phase, so please feel free to leave feedback if you notice anything wonky or have any feature suggestions. You can also help develop Readio by contributing to our open source repository on Github: https://github.com/nicklassandell/Speed-reader
एक्सटेंशन की मूल जानकारी
नाम | Readio Speed Reader |
ID | lgccchgfobnafomjndanbkhjgkgocdob |
आधिकारिक URL | https://chromewebstore.google.com/detail/readio-speed-reader/lgccchgfobnafomjndanbkhjgkgocdob |
विवरण | A modern, intuitive speed reader that just works. |
फ़ाइल का आकार | 188 KB |
स्थापना संख्या | 1,920 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2019-06-01 |
प्रकाशन तिथि | 2019-06-01 |
रेटिंग | 4.63/5 कुल 24 रेटिंग्स |
डेवलपर | nicklas.sandell |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://typiorecovery.github.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readio Speed Reader", "short_name": "Readio (beta)", "description": "A modern, intuitive speed reader that just works.", "version": "0.2.0", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage", "contextMenus" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "options_page": "welcome.html", "background": { "scripts": [ "js\/min\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "browser_action": { "default_title": "Read this page with Champ", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |