Hebrew Gibbrish Converter

Convert Gibbrish (miss keyboard input mode) to Hebrew/English

Hebrew Gibbrish Converter란 무엇입니까?

Hebrew Gibbrish Converter은(는) ronmany에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert Gibbrish (miss keyboard input mode) to Hebrew/English"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Hebrew Gibbrish Converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Convert Gibberish (miss keyboard input mode) to Hebrew/English.

When you type English using Hebrew input mode select the text and click Ctrl-Shift-E to quickly convert it.

When you type Hebrew using English input mode select the text and click Ctrl-Shift-H to quickly convert it.                    

확장 프로그램 기본 정보

이름 Hebrew Gibbrish Converter Hebrew Gibbrish Converter
ID jibppenpbhekmjgdjfbmillfkdhonkfl
공식 URL https://chromewebstore.google.com/detail/hebrew-gibbrish-converter/jibppenpbhekmjgdjfbmillfkdhonkfl
설명 Convert Gibbrish (miss keyboard input mode) to Hebrew/English
파일 크기 25.93 KB
설치 횟수 49
현재 버전 1.0
최근 업데이트 2023-08-07
출시 날짜 2023-08-07
평점 5.00/5 총 1 개의 평점
개발자 ronmany
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hebrew Gibbrish Converter",
    "version": "1.0",
    "description": "Convert Gibbrish (miss keyboard input mode) to Hebrew\/English",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "convert_to_heb": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "Convert selected text to Hebrew"
        },
        "convert_to_eng": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+E"
            },
            "description": "Convert selected text to English"
        }
    },
    "action": {
        "default_popup": "popup.html"
    }
}