GreekType - Greek Alphabet Keyboard
Quickly type out Greek Alphabet characters and sentences.
GreekType - Greek Alphabet Keyboardคืออะไร?
GreekType - Greek Alphabet Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iamrexthebuilder และคุณลักษณะหลักของมันคือ "Quickly type out Greek Alphabet characters and sentences."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GreekType - Greek Alphabet Keyboard
ดาวน์โหลดไฟล์ส่วนขยาย GreekType - Greek Alphabet Keyboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspired by the Greek Duolingo lessons, I needed a way to quickly type out Greek sentences without the pain of learning the Greek keyboard, which led me to build this handy extension. Features: - Full Greek alphabet with readable names in upper and lower case - Easy one-click copy / paste functionality - Ability to clear, undo, and add spaces
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GreekType - Greek Alphabet Keyboard |
ID | iipmakblgfnpfpjgdfkanhgkajgjlhfp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp |
คำอธิบาย | Quickly type out Greek Alphabet characters and sentences. |
ขนาดไฟล์ | 30.79 KB |
จำนวนการติดตั้ง | 140 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-07-29 |
วันที่เผยแพร่ | 2021-07-29 |
ผู้พัฒนา | iamrexthebuilder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GreekType - Greek Alphabet Keyboard", "description": "Quickly type out Greek Alphabet characters and sentences.", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "GreekType - Greek Alphabet Keyboard", "default_icon": { "16": "\/images\/favicon-16x16.png", "32": "\/images\/favicon-32x32.png", "128": "\/images\/favicon-128x128.png" } }, "icons": { "16": "\/images\/favicon-16x16.png", "32": "\/images\/favicon-32x32.png", "128": "\/images\/favicon-128x128.png" }, "options_page": "options.html" } |