GreekType - Greek Alphabet Keyboard

Quickly type out Greek Alphabet characters and sentences.

Vad är GreekType - Greek Alphabet Keyboard?

GreekType - Greek Alphabet Keyboard är en Chrome-tillägg utvecklad av iamrexthebuilder, och dess huvudfunktion är "Quickly type out Greek Alphabet characters and sentences.".

Tilläggsskärmbilder

screenshot

Ladda ner GreekType - Greek Alphabet Keyboard-förlängningens CRX-fil

Ladda ner GreekType - Greek Alphabet Keyboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn GreekType - Greek Alphabet Keyboard GreekType - Greek Alphabet Keyboard
ID iipmakblgfnpfpjgdfkanhgkajgjlhfp
Officiell webbadress https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp
Beskrivning Quickly type out Greek Alphabet characters and sentences.
Filstorlek 30.79 KB
Antal Installationer 140
Aktuell Version 1.0
Senast Uppdaterad 2021-07-29
Publiceringsdatum 2021-07-29
Utvecklare iamrexthebuilder
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}