Aksharamukha: Script Converter

Aksharamukha aims to provide conversion between various scripts.

What is Aksharamukha: Script Converter?

Aksharamukha: Script Converter is a Chrome extension developed by virtualvinodh, and its main feature is "Aksharamukha aims to provide conversion between various scripts.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Aksharamukha: Script Converter Extension CRX File

Download Aksharamukha: Script Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Aksharamukha: Script Converter Aksharamukha: Script Converter
ID nahdihjmpjlifenlocchbokbnpoifpho
Official URL https://chromewebstore.google.com/detail/aksharamukha-script-conve/nahdihjmpjlifenlocchbokbnpoifpho
Description Aksharamukha aims to provide conversion between various scripts.
File Size 94.74 KB
Installation Count 463
Current Version 0.2.1
Last Updated 2022-06-01
Publish Date 2020-06-23
Rating 4.29/5 Total 7 Ratings
Developer virtualvinodh
Email [email protected]
Payment Type free
Extension Website http://aksharamukha.appspot.com
Supported Languages 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"
    ]
}