Hebrew Gibbrish Converter
Convert Gibbrish (miss keyboard input mode) to Hebrew/English
Hebrew Gibbrish Converterคืออะไร?
Hebrew Gibbrish Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ronmany และคุณลักษณะหลักของมันคือ "Convert Gibbrish (miss keyboard input mode) to Hebrew/English"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hebrew Gibbrish Converter
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |