Aksharamukha: Script Converter
Aksharamukha aims to provide conversion between various scripts.
O que é Aksharamukha: Script Converter?
Aksharamukha: Script Converter é uma extensão do Chrome desenvolvida por virtualvinodh, e sua principal característica é "Aksharamukha aims to provide conversion between various scripts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Aksharamukha: Script Converter
Baixe arquivos de extensão Aksharamukha: Script Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Aksharamukha: Script Converter |
ID | nahdihjmpjlifenlocchbokbnpoifpho |
URL Oficial | https://chromewebstore.google.com/detail/aksharamukha-script-conve/nahdihjmpjlifenlocchbokbnpoifpho |
Descrição | Aksharamukha aims to provide conversion between various scripts. |
Tamanho do Arquivo | 94.74 KB |
Contagem de Instalações | 463 |
Versão Atual | 0.2.1 |
Última Atualização | 2022-06-01 |
Data de Publicação | 2020-06-23 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | virtualvinodh |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://aksharamukha.appspot.com |
Idiomas Suportados | 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" ] } |