SpeakIt
Speak the selected text
SpeakIt क्या है?
SpeakIt odlyzko953 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speak the selected text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SpeakIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. How To Use? Install-Select-SpeakIt (Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon) The extension is changing the new tab
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ogcmdndkjibojdigkjpccjiekcdfdhlb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb |
विवरण | Speak the selected text |
फ़ाइल का आकार | 14.9 KB |
स्थापना संख्या | 15,293 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2019-12-11 |
प्रकाशन तिथि | 2019-12-11 |
रेटिंग | 2.83/5 कुल 54 रेटिंग्स |
डेवलपर | odlyzko953 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/odlyzko953/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "description": "Speak the selected text", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "SpeakIt", "permissions": [ "tts", "contextMenus" ], "version": "1.6", "chrome_url_overrides": { "newtab": "nt.html" } } |