节假日日历

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

Wat is 节假日日历?

节假日日历 is een Chrome-extensie ontwikkeld door x2009again, en de belangrijkste functie is "节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 节假日日历

Download 节假日日历-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 节假日日历 节假日日历
ID nbnocjjjcabknnadklnobhnlnlbgcfnj
Officiële URL https://chromewebstore.google.com/detail/%E8%8A%82%E5%81%87%E6%97%A5%E6%97%A5%E5%8E%86/nbnocjjjcabknnadklnobhnlnlbgcfnj
Beschrijving 节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx
Bestandsgrootte 65.69 KB
Aantal Installaties 367
Huidige Versie 1.9
Laatst Bijgewerkt 2022-12-09
Publicatiedatum 2020-05-11
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar x2009again
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/x2009again/HolidayCalendar/tree/chrome
Ondersteunde Talen 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"
    ]
}