Aksharamukha: Script Converter
Aksharamukha aims to provide conversion between various scripts.
Aksharamukha: Script Converter란 무엇입니까?
Aksharamukha: Script Converter은(는) virtualvinodh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aksharamukha aims to provide conversion between various scripts."입니다.
확장 프로그램 스크린샷
Aksharamukha: Script Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Aksharamukha aims to facilitate conversion between various scripts (also called as transliteration). It also specifically provides lossless transliteration between the main Indian scripts (along with Sinhala). Apart from the simple mapping of characters, Aksharamukha also attempts to implement various script/language-specific orthographic conventions (where known) such as vowel lengths, gemination and nasalization. It also provides several customization options to fine-tune and get the desired orthography. Aksharamukha as of now supports 120 scripts and 21 romanization methods. For more information see here: https://aksharamukha.appspot.com/about
확장 프로그램 기본 정보
이름 | Aksharamukha: Script Converter |
ID | nahdihjmpjlifenlocchbokbnpoifpho |
공식 URL | https://chromewebstore.google.com/detail/aksharamukha-script-conve/nahdihjmpjlifenlocchbokbnpoifpho |
설명 | Aksharamukha aims to provide conversion between various scripts. |
파일 크기 | 94.74 KB |
설치 횟수 | 463 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2022-06-01 |
출시 날짜 | 2020-06-23 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | virtualvinodh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://aksharamukha.appspot.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aksharamukha: Script Converter", "short_name": "Aksharamukha", "description": "Aksharamukha aims to provide conversion between various scripts.", "version": "0.2.1", "manifest_version": 2, "permissions": [ "contextMenus", "storage", "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "ScriptMixin.js", "background.js", "options.js" ], "persistent": false }, "browser_action": { "default_popup": "options.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "web_accessible_resources": [ "48.png" ] } |