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
公式URL 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
Eメール [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'"
}