Select and Speak
Select and Speak
Select and Speak क्या है?
Select and Speak D द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select and Speak"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Select and Speak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select to Speak extension for accessibility. Select any text in Chrome and then right click while still selected. Select the "Start Speaking" option. Right click again and select "Stop Speaking" to stop at any time. Adjust values in the settings panel. If the page has disabled text selection or context menus, you can try to remove the blocks using the buttons in settings, or copy and paste text into the extension pop-up and press the Speak button. All client-side processing unless you have installed a 3rd party voice extension which uses network rendering. No ads, no tracking, no other functionality, nothing but reading selected text.
एक्सटेंशन की मूल जानकारी
नाम | Select and Speak |
ID | caalciblpffjnnakoiijjlikabfjgojp |
आधिकारिक URL | https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp |
विवरण | Select and Speak |
फ़ाइल का आकार | 10.22 KB |
स्थापना संख्या | 341 |
वर्तमान संस्करण | 1.7.7 |
अंतिम अपडेट | 2022-11-02 |
प्रकाशन तिथि | 2022-02-15 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | D |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon48.png", "default_popup": "settings.html", "default_title": "Select and Speak" }, "description": "Select and Speak", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "minimum_chrome_version": "50.0", "name": "Select and Speak", "options_page": "settings.html", "permissions": [ "activeTab", "contextMenus", "tts" ], "version": "1.7.7" } |