Transliterate South Asian Scripts
Transliterate South Asian Scripts
Transliterate South Asian Scripts क्या है?
Transliterate South Asian Scripts https://readmylanguage.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transliterate South Asian Scripts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Transliterate South Asian Scripts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Innovative Apps Pvt Ltd takes great pride in promoting all major South Asian scripts to enable all fellow Indians, Bengalis, Pakistanis and Nepalis to read all resources in scripts they are comfortable with Objective: You know the language as spoken; it may be your mother tongue! However you are not as comfortable with the script. You can read in a script that you are proficient by Transliterating the text phonetically. This is a safe extension and alters only Unicode Text in Browser window We offer for both source and target Hindi Bengali Telugu Marathi Tamil Gujarati Kannada Malayalam Oriya Gurmukhi Assamese Urdu We offer English target only
एक्सटेंशन की मूल जानकारी
नाम | Transliterate South Asian Scripts |
ID | nigngigfaocmiebhhlclkgbkpmkjggpn |
आधिकारिक URL | https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn |
विवरण | Transliterate South Asian Scripts |
फ़ाइल का आकार | 327 KB |
स्थापना संख्या | 183 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2016-10-09 |
प्रकाशन तिथि | 2016-10-09 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://readmylanguage.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://readmylanguage.com/ |
सहायता पृष्ठ URL | http://readmylanguage.com/readmylanguage/howitworks.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "bgrnd.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "all_frames": true, "js": [ "cntnt.js" ] } ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "ReadMyLanguage" }, "description": "Transliterate South Asian Scripts", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Transliterate South Asian Scripts", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1" } |