Holiday Calendar
It's simple and functional.
What is Holiday Calendar?
Holiday Calendar is a Chrome extension developed by gaoming13, and its main feature is "It's simple and functional.".
Extension Screenshots
Download Holiday Calendar Extension CRX File
Download Holiday Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
One click to see the monthly vacation situation at a glance.
Extension Basic Information
Name | Holiday Calendar |
ID | elbknmciookemhdakoadnmlgohoamkmj |
Official URL | https://chromewebstore.google.com/detail/holiday-calendar/elbknmciookemhdakoadnmlgohoamkmj |
Description | It's simple and functional. |
File Size | 253 KB |
Installation Count | 1,476 |
Current Version | 3.0.0 |
Last Updated | 2023-01-05 |
Publish Date | 2020-06-30 |
Rating | 4.63/5 Total 16 Ratings |
Developer | gaoming13 |
[email protected] | |
Payment Type | free |
Extension Website | http://calendar-crx.diary8.com/index.html |
Help Page URL | http://calendar-crx.diary8.com/index.html |
Supported Languages | 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\/" } |