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.".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
}