Aksharamukha: Script Converter

Aksharamukha aims to provide conversion between various scripts.

什麼是Aksharamukha: Script Converter?

Aksharamukha: Script Converter是由virtualvinodh開發的Chrome擴展程式,該擴展的主要功能是“Aksharamukha aims to provide conversion between various scripts.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Aksharamukha: Script Converter擴展crx文件

下載Aksharamukha: Script Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Aksharamukha: Script Converter Aksharamukha: Script Converter
ID nahdihjmpjlifenlocchbokbnpoifpho
官方網址 https://chromewebstore.google.com/detail/aksharamukha-script-conve/nahdihjmpjlifenlocchbokbnpoifpho
簡介 Aksharamukha aims to provide conversion between various scripts.
檔案大小 94.74 KB
安裝次數 463
目前版本 0.2.1
更新時間 2022-06-01
上架時間 2020-06-23
評分 4.29/5 共 7 次評分
開發者 virtualvinodh
電子郵箱 [email protected]
付費類型 free
擴展官網 http://aksharamukha.appspot.com
支援的語言 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"
    ]
}