GreekType - Greek Alphabet Keyboard

Quickly type out Greek Alphabet characters and sentences.

O que é GreekType - Greek Alphabet Keyboard?

GreekType - Greek Alphabet Keyboard é uma extensão do Chrome desenvolvida por iamrexthebuilder, e sua principal característica é "Quickly type out Greek Alphabet characters and sentences.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GreekType - Greek Alphabet Keyboard

Baixe arquivos de extensão GreekType - Greek Alphabet Keyboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome GreekType - Greek Alphabet Keyboard GreekType - Greek Alphabet Keyboard
ID iipmakblgfnpfpjgdfkanhgkajgjlhfp
URL Oficial https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp
Descrição Quickly type out Greek Alphabet characters and sentences.
Tamanho do Arquivo 30.79 KB
Contagem de Instalações 140
Versão Atual 1.0
Última Atualização 2021-07-29
Data de Publicação 2021-07-29
Desenvolvedor iamrexthebuilder
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}