Hebrew Gibbrish Converter
Convert Gibbrish (miss keyboard input mode) to Hebrew/English
Co je Hebrew Gibbrish Converter?
Hebrew Gibbrish Converter je rozšíření Chrome vyvinuté ronmany, a jeho hlavní funkcí je „Convert Gibbrish (miss keyboard input mode) to Hebrew/English“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hebrew Gibbrish Converter
Stáhněte si soubory rozšíření Hebrew Gibbrish Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Hebrew Gibbrish Converter |
ID | jibppenpbhekmjgdjfbmillfkdhonkfl |
Oficiální URL | https://chromewebstore.google.com/detail/hebrew-gibbrish-converter/jibppenpbhekmjgdjfbmillfkdhonkfl |
Popis | Convert Gibbrish (miss keyboard input mode) to Hebrew/English |
Velikost souboru | 25.93 KB |
Počet instalací | 49 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-08-07 |
Datum Vydání | 2023-08-07 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | ronmany |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |