minCalendar
Just a simple calendar.
Co to jest minCalendar?
minCalendar to rozszerzenie Chrome opracowane przez Alex Chao, a jego główną funkcją jest „Just a simple calendar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia minCalendar
Pobierz pliki rozszerzeń minCalendar 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
This is a simple calendar. It can display the date between 1990-1-1 and 2030-12-21.
Podstawowe informacje o rozszerzeniu
Nazwa | minCalendar |
ID | kipflohailinhhdgkifpdajblpdkcgef |
Oficjalny URL | https://chromewebstore.google.com/detail/mincalendar/kipflohailinhhdgkifpdajblpdkcgef |
Opis | Just a simple calendar. |
Rozmiar pliku | 46.36 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2014-10-18 |
Data Publikacji | 2014-10-17 |
Deweloper | Alex Chao |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "minCalendar", "description": "Just a simple calendar.", "version": "0.1.1", "permissions": [], "browser_action": { "default_icon": "img\/icon-38x38.png", "default_popup": "index.html" } } |