Talk & Write
A listening notepad
Talk & Write क्या है?
Talk & Write https://www.extendbrowser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A listening notepad"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Talk & Write एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"TALK & WRITE" for Chrome browser. Reduce typing time with this voice recognition extension. Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like. "Talk & Write" purpose is to digitize a text document by reading it, through a simple interface. For better results, use a headset or an external microphone. Powered by Google's Web Speech API.
एक्सटेंशन की मूल जानकारी
नाम | Talk & Write |
ID | aoccbmdngdnaepdoonchccpgloegkhid |
आधिकारिक URL | https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid |
विवरण | A listening notepad |
फ़ाइल का आकार | 41.23 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-08-29 |
प्रकाशन तिथि | 2020-02-11 |
रेटिंग | 4.44/5 कुल 39 रेटिंग्स |
डेवलपर | https://www.extendbrowser.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.extendbrowser.com/talkandwrite.html |
गोपनीयता नीति पृष्ठ URL | https://www.extendbrowser.com/privacy_policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk & Write", "description": "A listening notepad", "icons": { "16": "speakingHead16.png", "32": "speakingHead32.png", "48": "speakingHead48.png", "128": "speakingHead128.png" }, "version": "1.0.1", "author": "George Zotos", "action": { "default_icon": "speakingHead48.png", "default_title": "Talk & Write" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.extendbrowser.com\/*" ] } |