节假日日历
节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx
节假日日历란 무엇입니까?
节假日日历은(는) x2009again에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx"입니다.
확장 프로그램 스크린샷
节假日日历 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
增加了接口请求超时处理,增加缓存判断处理 修改了节假日更新规则,允许提前尝试获取下一年的节假日(比如2020年的) 修复了月份天数错误的bug 增加了周数显示 自动更新2021年和以后的节假日,修改自https://github.com/gyxing/calendar.crx 去掉jquery依赖,修复本地有缓存后,无法获取下一年节假日信息的问题,修复下拉失效的问题
확장 프로그램 기본 정보
이름 | 节假日日历 |
ID | nbnocjjjcabknnadklnobhnlnlbgcfnj |
공식 URL | https://chromewebstore.google.com/detail/%E8%8A%82%E5%81%87%E6%97%A5%E6%97%A5%E5%8E%86/nbnocjjjcabknnadklnobhnlnlbgcfnj |
설명 | 节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx |
파일 크기 | 65.69 KB |
설치 횟수 | 367 |
현재 버전 | 1.9 |
최근 업데이트 | 2022-12-09 |
출시 날짜 | 2020-05-11 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | x2009again |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/x2009again/HolidayCalendar/tree/chrome |
지원되는 언어 | 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" ] } |