Transliterate South Asian Scripts
Transliterate South Asian Scripts
What is Transliterate South Asian Scripts?
Transliterate South Asian Scripts is a Chrome extension developed by https://readmylanguage.com, and its main feature is "Transliterate South Asian Scripts".
Extension Screenshots
Download Transliterate South Asian Scripts Extension CRX File
Download Transliterate South Asian Scripts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Transliterate South Asian Scripts |
ID | nigngigfaocmiebhhlclkgbkpmkjggpn |
Official URL | https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn |
Description | Transliterate South Asian Scripts |
File Size | 327 KB |
Installation Count | 183 |
Current Version | 1.4.1 |
Last Updated | 2016-10-09 |
Publish Date | 2016-10-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://readmylanguage.com |
[email protected] | |
Payment Type | free |
Extension Website | http://readmylanguage.com/ |
Help Page URL | http://readmylanguage.com/readmylanguage/howitworks.php |
Supported Languages | 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" } |