GreekType - Greek Alphabet Keyboard
Quickly type out Greek Alphabet characters and sentences.
Cos'è GreekType - Greek Alphabet Keyboard?
GreekType - Greek Alphabet Keyboard è un'estensione di Chrome sviluppata da iamrexthebuilder, e la sua funzione principale è "Quickly type out Greek Alphabet characters and sentences.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GreekType - Greek Alphabet Keyboard
Scarica i file di estensione GreekType - Greek Alphabet Keyboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | GreekType - Greek Alphabet Keyboard |
ID | iipmakblgfnpfpjgdfkanhgkajgjlhfp |
URL Ufficiale | https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp |
Descrizione | Quickly type out Greek Alphabet characters and sentences. |
Dimensione del File | 30.79 KB |
Conteggio Installazioni | 140 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-07-29 |
Data di Pubblicazione | 2021-07-29 |
Sviluppatore | iamrexthebuilder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |