Hebrew Gibbrish Converter

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

Co to jest Hebrew Gibbrish Converter?

Hebrew Gibbrish Converter to rozszerzenie Chrome opracowane przez ronmany, a jego główną funkcją jest „Convert Gibbrish (miss keyboard input mode) to Hebrew/English”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hebrew Gibbrish Converter

Pobierz pliki rozszerzeń Hebrew Gibbrish Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hebrew Gibbrish Converter Hebrew Gibbrish Converter
ID jibppenpbhekmjgdjfbmillfkdhonkfl
Oficjalny URL https://chromewebstore.google.com/detail/hebrew-gibbrish-converter/jibppenpbhekmjgdjfbmillfkdhonkfl
Opis Convert Gibbrish (miss keyboard input mode) to Hebrew/English
Rozmiar pliku 25.93 KB
Liczba instalacji 49
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-08-07
Data Publikacji 2023-08-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ronmany
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}