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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Кирилл эсвэл англи галиг ашиглан Монгол бичгээр бичих боломжыг энэхүү 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
이메일 [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'"
}