Holiday Calendar
It's simple and functional.
Qu'est-ce que Holiday Calendar ?
Holiday Calendar est une extension Chrome développée par gaoming13, et sa fonction principale est "It's simple and functional.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Holiday Calendar
Téléchargez les fichiers d'extension Holiday Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
One click to see the monthly vacation situation at a glance.
Informations de Base sur l'Extension
Nom | Holiday Calendar |
ID | elbknmciookemhdakoadnmlgohoamkmj |
URL Officiel | https://chromewebstore.google.com/detail/holiday-calendar/elbknmciookemhdakoadnmlgohoamkmj |
Description | It's simple and functional. |
Taille du Fichier | 253 KB |
Nombre d'Installations | 1,476 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2023-01-05 |
Date de Publication | 2020-06-30 |
Évaluation | 4.63/5 Total 16 Évaluations |
Développeur | gaoming13 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://calendar-crx.diary8.com/index.html |
URL de la Page d'Aide | http://calendar-crx.diary8.com/index.html |
Langues Prises en Charge | 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\/" } |