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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |