Calendar
Day, Month and Year
Co to jest Calendar?
Calendar to rozszerzenie Chrome opracowane przez https://mythical5th.com, a jego główną funkcją jest „Day, Month and Year”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Calendar
Pobierz pliki rozszerzeń 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
Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts
September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ndfdimandiclndjddnhkhjleeadcppcj |
| Oficjalny URL | https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj |
| Opis | Day, Month and Year |
| Rozmiar pliku | 8.15 KB |
| Liczba instalacji | 48 |
| Aktualna Wersja | 4.1 |
| Ostatnia Aktualizacja | 2024-02-10 |
| Data Publikacji | 2021-03-01 |
| Deweloper | https://mythical5th.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | http://mythical5th.com/policies/chromeWebStore.html |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Calendar",
"version": "4.1",
"description": "Day, Month and Year",
"short_name": "Calendar",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+C"
}
}
},
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"action": {
"default_title": "Calendar",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png"
}
}
} | |