Alphabets
Uppercase and lowercase alphabets
What is Alphabets?
Alphabets is a Chrome extension developed by Roman Grinyov, and its main feature is "Uppercase and lowercase alphabets".
Extension Screenshots
Download Alphabets Extension CRX File
Download Alphabets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Belarusian
English
French
German
Greek
Italian
Portuguese
Russian
Serbian Cyrillic
Spanish
Turkish
Ukrainian
Source code: https://github.com/w3lifer/crx-alphabets Extension Basic Information
| Name | |
| ID | bhpjlplbnifhpolicjigaghdchamocee |
| Official URL | https://chromewebstore.google.com/detail/alphabets/bhpjlplbnifhpolicjigaghdchamocee |
| Description | Uppercase and lowercase alphabets |
| File Size | 60.34 KB |
| Installation Count | 50 |
| Current Version | 1.2.10 |
| Last Updated | 2021-11-25 |
| Publish Date | 2018-04-11 |
| Rating | 4.00/5 Total 1 Ratings |
| Developer | Roman Grinyov |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |