Hebrew Gibbrish Converter
Convert Gibbrish (miss keyboard input mode) to Hebrew/English
Hebrew Gibbrish Converter là gì?
Hebrew Gibbrish Converter là một tiện ích mở rộng Chrome được phát triển bởi ronmany, và tính năng chính của nó là "Convert Gibbrish (miss keyboard input mode) to Hebrew/English".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hebrew Gibbrish Converter
Tải xuống các tệp mở rộng Hebrew Gibbrish Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hebrew Gibbrish Converter |
ID | jibppenpbhekmjgdjfbmillfkdhonkfl |
URL Chính Thức | https://chromewebstore.google.com/detail/hebrew-gibbrish-converter/jibppenpbhekmjgdjfbmillfkdhonkfl |
Mô tả | Convert Gibbrish (miss keyboard input mode) to Hebrew/English |
Kích Thước Tệp | 25.93 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-08-07 |
Ngày Phát Hành | 2023-08-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ronmany |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |