Transliterate South Asian Scripts
Transliterate South Asian Scripts
Cos'è Transliterate South Asian Scripts?
Transliterate South Asian Scripts è un'estensione di Chrome sviluppata da https://readmylanguage.com, e la sua funzione principale è "Transliterate South Asian Scripts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Transliterate South Asian Scripts
Scarica i file di estensione Transliterate South Asian Scripts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Transliterate South Asian Scripts |
ID | nigngigfaocmiebhhlclkgbkpmkjggpn |
URL Ufficiale | https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn |
Descrizione | Transliterate South Asian Scripts |
Dimensione del File | 327 KB |
Conteggio Installazioni | 183 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2016-10-09 |
Data di Pubblicazione | 2016-10-09 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://readmylanguage.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://readmylanguage.com/ |
URL della Pagina di Aiuto | http://readmylanguage.com/readmylanguage/howitworks.php |
Lingue Supportate | 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" } |