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”。
擴展截圖
下載Hebrew Gibbrish Converter擴展crx文件
下載Hebrew Gibbrish Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | jibppenpbhekmjgdjfbmillfkdhonkfl |
官方網址 | 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" } } |