Aksharamukha: Script Converter

Aksharamukha aims to provide conversion between various scripts.

Was ist Aksharamukha: Script Converter?

Aksharamukha: Script Converter ist eine Chrome-Erweiterung, die von virtualvinodh entwickelt wurde, und ihr Hauptmerkmal ist "Aksharamukha aims to provide conversion between various scripts.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Aksharamukha: Script Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aksharamukha: Script Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Aksharamukha: Script Converter Aksharamukha: Script Converter
ID nahdihjmpjlifenlocchbokbnpoifpho
Offizielle URL https://chromewebstore.google.com/detail/aksharamukha-script-conve/nahdihjmpjlifenlocchbokbnpoifpho
Beschreibung Aksharamukha aims to provide conversion between various scripts.
Dateigröße 94.74 KB
Installationsanzahl 463
Aktuelle Version 0.2.1
Letztes Update 2022-06-01
Veröffentlichungsdatum 2020-06-23
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler virtualvinodh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://aksharamukha.appspot.com
Unterstützte Sprachen 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"
    ]
}