GreekType - Greek Alphabet Keyboard
Quickly type out Greek Alphabet characters and sentences.
Wat is GreekType - Greek Alphabet Keyboard?
GreekType - Greek Alphabet Keyboard is een Chrome-extensie ontwikkeld door iamrexthebuilder, en de belangrijkste functie is "Quickly type out Greek Alphabet characters and sentences.".
Extensie Screenshots
Download het CRX-bestand van de extensie GreekType - Greek Alphabet Keyboard
Download GreekType - Greek Alphabet Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | iipmakblgfnpfpjgdfkanhgkajgjlhfp |
| Officiële URL | https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp |
| Beschrijving | Quickly type out Greek Alphabet characters and sentences. |
| Bestandsgrootte | 30.79 KB |
| Aantal Installaties | 140 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-07-29 |
| Publicatiedatum | 2021-07-29 |
| Ontwikkelaar | iamrexthebuilder |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |