Selection Reader
Selection Reader allows to speak the content in the web page with various voice control options.
Selection Reader क्या है?
Selection Reader Arun Kumar Sekar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selection Reader allows to speak the content in the web page with various voice control options."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Selection Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eojegnppbmmnknbmnjgifjjehjlmdcoe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe |
विवरण | Selection Reader allows to speak the content in the web page with various voice control options. |
फ़ाइल का आकार | 105 KB |
स्थापना संख्या | 16,794 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2017-11-29 |
प्रकाशन तिथि | 2017-11-29 |
रेटिंग | 4.22/5 कुल 9 रेटिंग्स |
डेवलपर | Arun Kumar Sekar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Reader", "version": "2.1", "description": "Selection Reader allows to speak the content in the web page with various voice control options.", "permissions": [ "tts", "contextMenus", "storage" ], "icons": { "128": "img\/speak128.png", "48": "img\/speak64.png", "16": "img\/speak16.png" }, "browser_action": { "default_icon": "img\/speak32.png", "default_popup": "index.html", "default_title": "Selection Reader" }, "background": { "scripts": [ "js\/background.js" ] } } |