Alphabets
Uppercase and lowercase alphabets
Co to jest Alphabets?
Alphabets to rozszerzenie Chrome opracowane przez Roman Grinyov, a jego główną funkcją jest „Uppercase and lowercase alphabets”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alphabets
Pobierz pliki rozszerzeń Alphabets w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Belarusian
English
French
German
Greek
Italian
Portuguese
Russian
Serbian Cyrillic
Spanish
Turkish
Ukrainian
Source code: https://github.com/w3lifer/crx-alphabets Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bhpjlplbnifhpolicjigaghdchamocee |
| Oficjalny URL | https://chromewebstore.google.com/detail/alphabets/bhpjlplbnifhpolicjigaghdchamocee |
| Opis | Uppercase and lowercase alphabets |
| Rozmiar pliku | 60.34 KB |
| Liczba instalacji | 50 |
| Aktualna Wersja | 1.2.10 |
| Ostatnia Aktualizacja | 2021-11-25 |
| Data Publikacji | 2018-04-11 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | Roman Grinyov |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |