KeyboardSwap
Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
KeyboardSwapคืออะไร?
KeyboardSwap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KeyboardSwap
ดาวน์โหลดไฟล์ส่วนขยาย KeyboardSwap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever started typing something only to realize halfway through the sentence your keyboard is on the wrong language? With this extension, instead of backtracking and starting the sentence over, simply press ctrl + alt + a and swap languages as if you'd typed on the right keyboard language all along! Supported languages: English, Hebrew Supported keyboards: QWERTY
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KeyboardSwap |
ID | afaapechmbppnfbonjkbjgffiiagcglb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb |
คำอธิบาย | Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language. |
ขนาดไฟล์ | 16.89 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-02-05 |
วันที่เผยแพร่ | 2022-02-04 |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KeyboardSwap", "description": "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.", "version": "1.0", "icons": { "16": "images\/16-icon.png", "48": "images\/48-icon.png", "128": "images\/128-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "index.js" ] } ] } |