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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |