Hebrew Gibbrish Converter
Convert Gibbrish (miss keyboard input mode) to Hebrew/English
What is Hebrew Gibbrish Converter?
Hebrew Gibbrish Converter is a Chrome extension developed by ronmany, and its main feature is "Convert Gibbrish (miss keyboard input mode) to Hebrew/English".
Extension Screenshots
Download Hebrew Gibbrish Converter Extension CRX File
Download Hebrew Gibbrish Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hebrew Gibbrish Converter |
ID | jibppenpbhekmjgdjfbmillfkdhonkfl |
Official URL | https://chromewebstore.google.com/detail/hebrew-gibbrish-converter/jibppenpbhekmjgdjfbmillfkdhonkfl |
Description | Convert Gibbrish (miss keyboard input mode) to Hebrew/English |
File Size | 25.93 KB |
Installation Count | 49 |
Current Version | 1.0 |
Last Updated | 2023-08-07 |
Publish Date | 2023-08-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ronmany |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |