Transliterate South Asian Scripts
Transliterate South Asian Scripts
Co to jest Transliterate South Asian Scripts?
Transliterate South Asian Scripts to rozszerzenie Chrome opracowane przez https://readmylanguage.com, a jego główną funkcją jest „Transliterate South Asian Scripts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Transliterate South Asian Scripts
Pobierz pliki rozszerzeń Transliterate South Asian Scripts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Transliterate South Asian Scripts |
ID | nigngigfaocmiebhhlclkgbkpmkjggpn |
Oficjalny URL | https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn |
Opis | Transliterate South Asian Scripts |
Rozmiar pliku | 327 KB |
Liczba instalacji | 183 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2016-10-09 |
Data Publikacji | 2016-10-09 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://readmylanguage.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://readmylanguage.com/ |
Adres URL Strony Pomocy | http://readmylanguage.com/readmylanguage/howitworks.php |
Obsługiwane Języki | 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" } |