GreekType - Greek Alphabet Keyboard

Quickly type out Greek Alphabet characters and sentences.

GreekType - Greek Alphabet Keyboard là gì?

GreekType - Greek Alphabet Keyboard là một tiện ích mở rộng Chrome được phát triển bởi iamrexthebuilder, và tính năng chính của nó là "Quickly type out Greek Alphabet characters and sentences.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GreekType - Greek Alphabet Keyboard

Tải xuống các tệp mở rộng GreekType - Greek Alphabet Keyboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GreekType - Greek Alphabet Keyboard GreekType - Greek Alphabet Keyboard
ID iipmakblgfnpfpjgdfkanhgkajgjlhfp
URL Chính Thức https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp
Mô tả Quickly type out Greek Alphabet characters and sentences.
Kích Thước Tệp 30.79 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-07-29
Ngày Phát Hành 2021-07-29
Nhà Phát Triển iamrexthebuilder
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}