Holiday Calendar

It's simple and functional.

Was ist Holiday Calendar?

Holiday Calendar ist eine Chrome-Erweiterung, die von gaoming13 entwickelt wurde, und ihr Hauptmerkmal ist "It's simple and functional.".

Erweiterungsscreenshots

screenshot

Holiday Calendar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Holiday Calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        One click to see the monthly vacation situation at a glance.                    

Grundlegende Informationen zur Erweiterung

Name Holiday Calendar Holiday Calendar
ID elbknmciookemhdakoadnmlgohoamkmj
Offizielle URL https://chromewebstore.google.com/detail/holiday-calendar/elbknmciookemhdakoadnmlgohoamkmj
Beschreibung It's simple and functional.
Dateigröße 253 KB
Installationsanzahl 1,476
Aktuelle Version 3.0.0
Letztes Update 2023-01-05
Veröffentlichungsdatum 2020-06-30
Bewertung 4.63/5 Insgesamt 16 Bewertungen
Entwickler gaoming13
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://calendar-crx.diary8.com/index.html
Hilfeseite URL http://calendar-crx.diary8.com/index.html
Unterstützte Sprachen 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\/"
}