节假日日历

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

Qu'est-ce que 节假日日历 ?

节假日日历 est une extension Chrome développée par x2009again, et sa fonction principale est "节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 节假日日历

Téléchargez les fichiers d'extension 节假日日历 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

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

Informations de Base sur l'Extension

Nom 节假日日历 节假日日历
ID nbnocjjjcabknnadklnobhnlnlbgcfnj
URL Officiel 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
Taille du Fichier 65.69 KB
Nombre d'Installations 367
Version Actuelle 1.9
Dernière Mise à Jour 2022-12-09
Date de Publication 2020-05-11
Évaluation 4.75/5 Total 4 Évaluations
Développeur x2009again
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/x2009again/HolidayCalendar/tree/chrome
Langues Prises en Charge 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"
    ]
}