Translit

Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout

Translit란 무엇입니까?

Translit은(는) donnikitos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Translit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout!

Click the "Ж" in your tool bar or use the shortcut "Alt+W"                    

확장 프로그램 기본 정보

이름 Translit Translit
ID pjepilnhilbmgjpffffkmebbbkomhjlp
공식 URL https://chromewebstore.google.com/detail/translit/pjepilnhilbmgjpffffkmebbbkomhjlp
설명 Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout
파일 크기 22.63 KB
설치 횟수 238
현재 버전 1.1.3
최근 업데이트 2020-05-12
출시 날짜 2020-05-11
평점 2.75/5 총 4 개의 평점
개발자 donnikitos
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.1.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "author": "Nikita 'donnikitos' Nitichevski",
    "icons": {
        "32": "dist\/assets\/icon.png",
        "48": "dist\/assets\/icon-x48.png",
        "128": "dist\/assets\/icon-x128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "dist\/scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "browser_style": true,
        "default_icon": "dist\/assets\/icon.png",
        "default_title": "Translit"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "dist\/scripts\/translit.js"
            ]
        }
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}