Holiday Calendar
It's simple and functional.
Hvad er Holiday Calendar?
Holiday Calendar er en Chrome-udvidelse udviklet af gaoming13, og dens hovedfunktion er "It's simple and functional.".
Udvidelsesskærmbilleder
Download Holiday Calendar-udvidelses-CRX-fil
Download Holiday Calendar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
One click to see the monthly vacation situation at a glance. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | elbknmciookemhdakoadnmlgohoamkmj |
| Officiel URL | https://chromewebstore.google.com/detail/holiday-calendar/elbknmciookemhdakoadnmlgohoamkmj |
| Beskrivelse | It's simple and functional. |
| Filstørrelse | 253 KB |
| Antal Installationer | 1,476 |
| Nuværende Version | 3.0.0 |
| Senest Opdateret | 2023-01-05 |
| Udgivelsesdato | 2020-06-30 |
| Bedømmelse | 4.63/5 Samlet 16 Bedømmelser |
| Udvikler | gaoming13 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://calendar-crx.diary8.com/index.html |
| Hjælpeside-URL | http://calendar-crx.diary8.com/index.html |
| Understøttede Sprog | en,en-GB,en-US,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"manifest_version": 3,
"version": "3.0.0",
"description": "__MSG_appDescription__",
"short_name": "__MSG_appShortName__",
"icons": {
"16": "icon\/logo-16.png",
"48": "icon\/logo-48.png",
"128": "icon\/logo-128.png"
},
"action": {
"default_title": "__MSG_appName__",
"default_icon": {
"16": "icon\/logo-16.png",
"32": "icon\/logo-32.png"
},
"default_popup": "dist-popup\/index.html"
},
"background": {
"service_worker": "dist-background\/index.js"
},
"host_permissions": [
"*:\/\/calendar-crx.diary8.com\/*"
],
"default_locale": "en",
"homepage_url": "http:\/\/calendar-crx.diary8.com\/"
} | |