Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
Simple Text To Speech क्या है?
Simple Text To Speech matrix.nad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "simple text-to-speech and text queue card readers for chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Text To Speech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
a text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
विवरण | simple text-to-speech and text queue card readers for chrome |
फ़ाइल का आकार | 592 KB |
स्थापना संख्या | 600 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2017-12-22 |
प्रकाशन तिथि | 2017-12-22 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | matrix.nad |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://infinitet3ch.com/simple-tts-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |