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 |
电子邮箱 | [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" } |