Transliterate South Asian Scripts
Transliterate South Asian Scripts
Transliterate South Asian Scripts란 무엇입니까?
Transliterate South Asian Scripts은(는) https://readmylanguage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transliterate South Asian Scripts"입니다.
확장 프로그램 스크린샷
Transliterate South Asian Scripts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |