Alphabets
Uppercase and lowercase alphabets
Qu'est-ce que Alphabets ?
Alphabets est une extension Chrome développée par Roman Grinyov, et sa fonction principale est "Uppercase and lowercase alphabets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alphabets
Téléchargez les fichiers d'extension Alphabets 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
Belarusian
English
French
German
Greek
Italian
Portuguese
Russian
Serbian Cyrillic
Spanish
Turkish
Ukrainian
Source code: https://github.com/w3lifer/crx-alphabets Informations de Base sur l'Extension
| Nom | |
| ID | bhpjlplbnifhpolicjigaghdchamocee |
| URL Officiel | https://chromewebstore.google.com/detail/alphabets/bhpjlplbnifhpolicjigaghdchamocee |
| Description | Uppercase and lowercase alphabets |
| Taille du Fichier | 60.34 KB |
| Nombre d'Installations | 50 |
| Version Actuelle | 1.2.10 |
| Dernière Mise à Jour | 2021-11-25 |
| Date de Publication | 2018-04-11 |
| Évaluation | 4.00/5 Total 1 Évaluations |
| Développeur | Roman Grinyov |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alphabets",
"description": "Uppercase and lowercase alphabets",
"version": "1.2.10",
"icons": {
"16": "img\/icons\/a\/16x16.png",
"48": "img\/icons\/a\/48x48.png",
"128": "img\/icons\/a\/128x128.png"
},
"browser_action": {
"default_icon": {
"16": "img\/icons\/a\/16x16.png",
"24": "img\/icons\/a\/24x24.png",
"32": "img\/icons\/a\/32x32.png"
},
"default_title": "Alphabets",
"default_popup": "html\/popup.html"
},
"permissions": [
"storage"
]
} | |