Alternative greek keyboard layouts
Adds monotonic Dvorak, polytonic and polytonic Dvorak keyboard layouts for ChromeOS.
Alternative greek keyboard layoutsคืออะไร?
Alternative greek keyboard layouts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย freshp และคุณลักษณะหลักของมันคือ "Adds monotonic Dvorak, polytonic and polytonic Dvorak keyboard layouts for ChromeOS."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alternative greek keyboard layouts
ดาวน์โหลดไฟล์ส่วนขยาย Alternative greek keyboard layouts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds 3 alternative keyboard layouts for the Greek language. NOTE: This extension works only in ChromeOS. After installation follow the steps below, or watch instructions on https://www.youtube.com/watch?v=zo0EMBqWI8o 1) Open Chrome OS Settings from the system tray in the bottom right corner. 2) Click on "Advanced" on the left to expand the advanced settings. 3) Click on "Languages and inputs" If you have not added "Greek" as a language already, follow steps 4-7, otherwise skip straight to step 8 4) Click the "Languages row 5) Click the "+ Add Languages" button 6) In the dialog that comes up, type "greek". Check the checkbox and click "Add" 7) Click the left arrow button next to the "Languages" header 8) Click the "Inputs" row 9) Click the "+ Add input methods" button 10) In the dialog that comes up, type "greek". You should see the following options - Greek Dvorak Monotonic - Greek Dvorak Polytonic - Greek Polytonic 11) Check the checkbox next to the desired layout(s) and click the "Add" button. You are done! If you have more than one keyboard layouts, press Ctrl+Shift+Space to switch between them, or use the button in the system tray. v3.0.0: - Fixed bug not showing breathing marks on rho - Fixed bug with upper case omega
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Alternative greek keyboard layouts |
ID | nbclmofnhpkggnndkdeleaefmbkibmjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alternative-greek-keyboar/nbclmofnhpkggnndkdeleaefmbkibmjg |
คำอธิบาย | Adds monotonic Dvorak, polytonic and polytonic Dvorak keyboard layouts for ChromeOS. |
ขนาดไฟล์ | 47.46 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2021-03-15 |
วันที่เผยแพร่ | 2019-03-18 |
คะแนน | 3.38/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | freshp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,el |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.0", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "input" ], "icons": { "16": "resources\/icon_16.png", "48": "resources\/icon_48.png", "128": "resources\/icon_128.png" }, "input_components": [ { "name": "Greek Dvorak Monotonic", "type": "ime", "id": "greekMonotonicDvorak", "description": "Greek Dvorak Monotonic", "language": "el", "layouts": [ "el" ] }, { "name": "Greek Dvorak Polytonic", "type": "ime", "id": "greekPolytonicDvorak", "description": "Greek Dvorak Polytonic", "language": "el", "layouts": [ "el" ] }, { "name": "Greek Polytonic", "type": "ime", "id": "greekPolytonic", "description": "Greek Polytonic", "language": "el", "layouts": [ "el" ] } ], "offline_enabled": true } |