节假日日历

节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx

What is 节假日日历?

节假日日历 is a Chrome extension developed by x2009again, and its main feature is "节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx".

Extension Screenshots

screenshot

Download 节假日日历 Extension CRX File

Download 节假日日历 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

                        增加了接口请求超时处理,增加缓存判断处理
修改了节假日更新规则,允许提前尝试获取下一年的节假日(比如2020年的)
修复了月份天数错误的bug
增加了周数显示
自动更新2021年和以后的节假日,修改自https://github.com/gyxing/calendar.crx
去掉jquery依赖,修复本地有缓存后,无法获取下一年节假日信息的问题,修复下拉失效的问题                    

Extension Basic Information

Name 节假日日历 节假日日历
ID nbnocjjjcabknnadklnobhnlnlbgcfnj
Official URL https://chromewebstore.google.com/detail/%E8%8A%82%E5%81%87%E6%97%A5%E6%97%A5%E5%8E%86/nbnocjjjcabknnadklnobhnlnlbgcfnj
Description 节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx
File Size 65.69 KB
Installation Count 367
Current Version 1.9
Last Updated 2022-12-09
Publish Date 2020-05-11
Rating 4.75/5 Total 4 Ratings
Developer x2009again
Email [email protected]
Payment Type free
Help Page URL https://github.com/x2009again/HolidayCalendar/tree/chrome
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8282\u5047\u65e5\u65e5\u5386",
    "version": "1.9",
    "description": "\u8282\u5047\u65e5\u65e5\u5386\u63d2\u4ef6, \u81ea\u52a8\u66f4\u65b02018\u5e74\u540e\u7684\u8282\u5047\u65e5\uff0c\u53c2\u8003https:\/\/github.com\/gyxing\/calendar.crx",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "\u8282\u5047\u65e5\u65e5\u5386",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage"
    ]
}