Hudum Mongol Keyboard

Write traditional Mongolian script on the web (input & textareas) by using your english or mongolian keyboard layout.

什麼是Hudum Mongol Keyboard?

Hudum Mongol Keyboard是由sura.kh開發的Chrome擴展程式,該擴展的主要功能是“Write traditional Mongolian script on the web (input & textareas) by using your english or mongolian keyboard layout.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hudum Mongol Keyboard擴展crx文件

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

擴展使用說明

                        Кирилл эсвэл англи галиг ашиглан Монгол бичгээр бичих боломжыг энэхүү extension олгох болно. Галиглаж бичих үед ойролцоо үгнүүдийн сонголт гарч ирэх тул хэрхэн яаж бичихийг мэдэхгүй байх нөхцөлд танд тус болно гэдэгт итгэлтэй байна.

Traditional Mongolian script is mainly used in Inner Mongolia and Mongolia. However, in Inner Mongolia, which was the main user, the education system changed. As a result, the number of users may decrease in the future, and there is a possibility of extinction. 

Regarding this extension, it is a virtual keyboard that supports writing traditional Mongolian script relatively easily by using alphabet letters or Cyrillic letters as they are. By doing so, we aim to protect the Mongolian script and Mongolian culture.

source urls:
 extension: https://github.com/sura0111/hudumMongolChromeExtension
 keyboard: https://github.com/sura0111/writtenMongolianKeyboard                    

擴展基本資訊

名稱 Hudum Mongol Keyboard Hudum Mongol Keyboard
ID jjalgchdokgledopjhmieggmhalgcjdm
官方網址 https://chromewebstore.google.com/detail/hudum-mongol-keyboard/jjalgchdokgledopjhmieggmhalgcjdm
簡介 Write traditional Mongolian script on the web (input & textareas) by using your english or mongolian keyboard layout.
檔案大小 2.65 MB
安裝次數 72
目前版本 0.1.0
更新時間 2020-12-21
上架時間 2020-12-20
評分 5.00/5 共 1 次評分
開發者 sura.kh
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "144": "icons\/144.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}