GreekType - Greek Alphabet Keyboard

Quickly type out Greek Alphabet characters and sentences.

Was ist GreekType - Greek Alphabet Keyboard?

GreekType - Greek Alphabet Keyboard ist eine Chrome-Erweiterung, die von iamrexthebuilder entwickelt wurde, und ihr Hauptmerkmal ist "Quickly type out Greek Alphabet characters and sentences.".

Erweiterungsscreenshots

screenshot

GreekType - Greek Alphabet Keyboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie GreekType - Greek Alphabet Keyboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name GreekType - Greek Alphabet Keyboard GreekType - Greek Alphabet Keyboard
ID iipmakblgfnpfpjgdfkanhgkajgjlhfp
Offizielle URL https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp
Beschreibung Quickly type out Greek Alphabet characters and sentences.
Dateigröße 30.79 KB
Installationsanzahl 140
Aktuelle Version 1.0
Letztes Update 2021-07-29
Veröffentlichungsdatum 2021-07-29
Entwickler iamrexthebuilder
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}