Speak Thai
Reads out selected thai text
Speak Thai क्या है?
Speak Thai Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reads out selected thai text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speak Thai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension which uses Google text to speech to speak selected text in Thai.
Handy if you can understand spoken Thai but cant read the Thai script.
Instructions:
1) Select Thai text
2) Right click
3) Choose "Speak Thai" from context menu
You can also select text and use keyboard shortcut
control+alt+s (windows)
command+alt+s (mac)
Notes:
- Currently only works on short bits of text.
- Uses tts from Google translate
Source code:
https://github.com/luke/speak-thai-chrome-extension एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | hgkdkfekclpieaclmlpfgmefdmhfccan |
| आधिकारिक URL | https://chromewebstore.google.com/detail/speak-thai/hgkdkfekclpieaclmlpfgmefdmhfccan |
| विवरण | Reads out selected thai text |
| फ़ाइल का आकार | 16.12 KB |
| स्थापना संख्या | 783 |
| वर्तमान संस्करण | 0.1 |
| अंतिम अपडेट | 2013-01-16 |
| प्रकाशन तिथि | 2013-01-16 |
| रेटिंग | 2.95/5 कुल 39 रेटिंग्स |
| डेवलपर | Unknown |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Speak Thai",
"description": "Reads out selected thai text",
"version": "0.1",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"speak-thai.js"
]
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
" | |