节假日日历

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

Cos'è 节假日日历?

节假日日历 è un'estensione di Chrome sviluppata da x2009again, e la sua funzione principale è "节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 节假日日历

Scarica i file di estensione 节假日日历 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 节假日日历 节假日日历
ID nbnocjjjcabknnadklnobhnlnlbgcfnj
URL Ufficiale https://chromewebstore.google.com/detail/%E8%8A%82%E5%81%87%E6%97%A5%E6%97%A5%E5%8E%86/nbnocjjjcabknnadklnobhnlnlbgcfnj
Descrizione 节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx
Dimensione del File 65.69 KB
Conteggio Installazioni 367
Versione Corrente 1.9
Ultimo Aggiornamento 2022-12-09
Data di Pubblicazione 2020-05-11
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore x2009again
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/x2009again/HolidayCalendar/tree/chrome
Lingue Supportate 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"
    ]
}