GreekType - Greek Alphabet Keyboard
Quickly type out Greek Alphabet characters and sentences.
ما هو GreekType - Greek Alphabet Keyboard؟
GreekType - Greek Alphabet Keyboard هو إضافة Chrome تم تطويرها بواسطة iamrexthebuilder، والميزة الرئيسية لها هي "Quickly type out Greek Alphabet characters and sentences.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GreekType - Greek Alphabet Keyboard
قم بتنزيل ملفات الامتداد GreekType - Greek Alphabet Keyboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | iipmakblgfnpfpjgdfkanhgkajgjlhfp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/greektype-greek-alphabet/iipmakblgfnpfpjgdfkanhgkajgjlhfp |
| الوصف | Quickly type out Greek Alphabet characters and sentences. |
| حجم الملف | 30.79 KB |
| عدد التثبيتات | 140 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2021-07-29 |
| تاريخ النشر | 2021-07-29 |
| المطور | iamrexthebuilder |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
} | |