GreekType - Greek Alphabet Keyboard
Quickly type out Greek Alphabet characters and sentences.
Qu'est-ce que GreekType - Greek Alphabet Keyboard ?
GreekType - Greek Alphabet Keyboard est une extension Chrome développée par iamrexthebuilder, et sa fonction principale est "Quickly type out Greek Alphabet characters and sentences.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GreekType - Greek Alphabet Keyboard
Téléchargez les fichiers d'extension GreekType - Greek Alphabet Keyboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GreekType - Greek Alphabet Keyboard |
ID | iipmakblgfnpfpjgdfkanhgkajgjlhfp |
URL Officiel | https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp |
Description | Quickly type out Greek Alphabet characters and sentences. |
Taille du Fichier | 30.79 KB |
Nombre d'Installations | 140 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-07-29 |
Date de Publication | 2021-07-29 |
Développeur | iamrexthebuilder |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |