3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
3read क्या है?
3read Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 3read एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions!
एक्सटेंशन की मूल जानकारी
नाम | 3read |
ID | amklbgkedklmdajokboibalnafodgglg |
आधिकारिक URL | https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg |
विवरण | 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like. |
फ़ाइल का आकार | 367 KB |
स्थापना संख्या | 319 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2014-04-11 |
प्रकाशन तिथि | 2014-04-11 |
रेटिंग | 4.89/5 कुल 9 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3read", "version": "0.0.4", "description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "keycodes.js", "background.js" ] }, "browser_action": { "default_icon": "icon_19.png", "default_title": "3read Selection" }, "commands": { "read": { "suggested_key": { "default": "Alt+R" }, "description": "3read!" } }, "options_page": "options.html", "minimum_chrome_version": "18", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "manifest_version": 2 } |