Holiday Calendar

It's simple and functional.

什么是Holiday Calendar?

Holiday Calendar是由gaoming13开发的Chrome扩展程序,该扩展的主要功能是“It's simple and functional.”。

扩展截图

screenshot

下载Holiday Calendar扩展crx文件

下载Holiday Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Holiday Calendar Holiday Calendar
ID elbknmciookemhdakoadnmlgohoamkmj
官方URL https://chromewebstore.google.com/detail/holiday-calendar/elbknmciookemhdakoadnmlgohoamkmj
简介 It's simple and functional.
文件大小 253 KB
安装次数 1,476
当前版本 3.0.0
更新时间 2023-01-05
上架时间 2020-06-30
评分 4.63/5 共16次评分
开发者 gaoming13
电子邮箱 [email protected]
付费类型 free
扩展官网 http://calendar-crx.diary8.com/index.html
帮助页面URL http://calendar-crx.diary8.com/index.html
支持的语言 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\/"
}