Holiday Calendar
It's simple and functional.
Wat is Holiday Calendar?
Holiday Calendar is een Chrome-extensie ontwikkeld door gaoming13, en de belangrijkste functie is "It's simple and functional.".
Extensie Screenshots
Download het CRX-bestand van de extensie Holiday Calendar
Download Holiday Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
One click to see the monthly vacation situation at a glance. Basisinformatie over de Extensie
| Naam | |
| ID | elbknmciookemhdakoadnmlgohoamkmj |
| Officiële URL | https://chromewebstore.google.com/detail/holiday-calendar/elbknmciookemhdakoadnmlgohoamkmj |
| Beschrijving | It's simple and functional. |
| Bestandsgrootte | 253 KB |
| Aantal Installaties | 1,476 |
| Huidige Versie | 3.0.0 |
| Laatst Bijgewerkt | 2023-01-05 |
| Publicatiedatum | 2020-06-30 |
| Beoordeling | 4.63/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | gaoming13 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://calendar-crx.diary8.com/index.html |
| Help Pagina-URL | http://calendar-crx.diary8.com/index.html |
| Ondersteunde Talen | 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\/"
} | |