Aksharamukha: Script Converter

Aksharamukha aims to provide conversion between various scripts.

Qu'est-ce que Aksharamukha: Script Converter ?

Aksharamukha: Script Converter est une extension Chrome développée par virtualvinodh, et sa fonction principale est "Aksharamukha aims to provide conversion between various scripts.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aksharamukha: Script Converter

Téléchargez les fichiers d'extension Aksharamukha: Script Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Aksharamukha: Script Converter Aksharamukha: Script Converter
ID nahdihjmpjlifenlocchbokbnpoifpho
URL Officiel https://chromewebstore.google.com/detail/aksharamukha-script-conve/nahdihjmpjlifenlocchbokbnpoifpho
Description Aksharamukha aims to provide conversion between various scripts.
Taille du Fichier 94.74 KB
Nombre d'Installations 463
Version Actuelle 0.2.1
Dernière Mise à Jour 2022-06-01
Date de Publication 2020-06-23
Évaluation 4.29/5 Total 7 Évaluations
Développeur virtualvinodh
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://aksharamukha.appspot.com
Langues Prises en Charge 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"
    ]
}