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 |
公式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 |
Eメール | [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" } } |