GreekType - Greek Alphabet Keyboard
Quickly type out Greek Alphabet characters and sentences.
什麼是GreekType - Greek Alphabet Keyboard?
GreekType - Greek Alphabet Keyboard是由iamrexthebuilder開發的Chrome擴展程式,該擴展的主要功能是“Quickly type out Greek Alphabet characters and sentences.”。
擴展截圖
下載GreekType - Greek Alphabet Keyboard擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | iipmakblgfnpfpjgdfkanhgkajgjlhfp |
| 官方網址 | 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"
} | |