Simple Calendar
A fast calendar that shows next month and supports events.
Co to jest Simple Calendar?
Simple Calendar to rozszerzenie Chrome opracowane przez jmigpin, a jego główną funkcją jest „A fast calendar that shows next month and supports events.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Calendar
Pobierz pliki rozszerzeń Simple Calendar 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
Yeap, a simple calendar. Shows next month as well and supports events.
v0.7: fix sunday/monday headers issue; de-style select year border; center icon logo vertically;
v0.6: added option to select first day of the week.
v0.5: updated manifest file to version 3; improvements to year selection.
v0.4: updated manifest file to version 2 as required by Google.
v0.3: new icon; no more background process; show custom flags.
v0.2: added events; remembers last selected month.
v0.1: first release. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cibnaiaedegbllcicgigdlpmgglhoaee |
| Oficjalny URL | https://chromewebstore.google.com/detail/simple-calendar/cibnaiaedegbllcicgigdlpmgglhoaee |
| Opis | A fast calendar that shows next month and supports events. |
| Rozmiar pliku | 20.45 KB |
| Liczba instalacji | 609 |
| Aktualna Wersja | 0.7 |
| Ostatnia Aktualizacja | 2024-02-08 |
| Data Publikacji | 2013-06-14 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | jmigpin |
| [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": 3,
"name": "Simple Calendar",
"description": "A fast calendar that shows next month and supports events.",
"version": "0.7",
"permissions": [],
"action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |