Aksharamukha: Script Converter

Aksharamukha aims to provide conversion between various scripts.

Wat is Aksharamukha: Script Converter?

Aksharamukha: Script Converter is een Chrome-extensie ontwikkeld door virtualvinodh, en de belangrijkste functie is "Aksharamukha aims to provide conversion between various scripts.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Aksharamukha: Script Converter

Download Aksharamukha: Script Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Aksharamukha: Script Converter Aksharamukha: Script Converter
ID nahdihjmpjlifenlocchbokbnpoifpho
Officiële URL https://chromewebstore.google.com/detail/aksharamukha-script-conve/nahdihjmpjlifenlocchbokbnpoifpho
Beschrijving Aksharamukha aims to provide conversion between various scripts.
Bestandsgrootte 94.74 KB
Aantal Installaties 463
Huidige Versie 0.2.1
Laatst Bijgewerkt 2022-06-01
Publicatiedatum 2020-06-23
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar virtualvinodh
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://aksharamukha.appspot.com
Ondersteunde Talen 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"
    ]
}