节假日历 - 中国节假日信息
提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排
节假日历 - 中国节假日信息란 무엇입니까?
节假日历 - 中国节假日信息은(는) https://diary8.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排"입니다.
확장 프로그램 스크린샷
节假日历 - 中国节假日信息 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
节假日历提供最权威最准确的日历和节假日信息查询
확장 프로그램 기본 정보
이름 | 节假日历 - 中国节假日信息 |
ID | kkbdhhchmfmleeenkdkgckbgalglcnog |
공식 URL | https://chromewebstore.google.com/detail/%E8%8A%82%E5%81%87%E6%97%A5%E5%8E%86-%E4%B8%AD%E5%9B%BD%E8%8A%82%E5%81%87%E6%97%A5%E4%BF%A1%E6%81%AF/kkbdhhchmfmleeenkdkgckbgalglcnog |
설명 | 提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排 |
파일 크기 | 119 KB |
설치 횟수 | 102 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-05-04 |
출시 날짜 | 2020-05-04 |
개발자 | https://diary8.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gaoming13.oss-cn-hangzhou.aliyuncs.com/holiday/support.html |
도움말 페이지 URL | https://gaoming13.oss-cn-hangzhou.aliyuncs.com/holiday/support.html |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 2, "version": "1.0.0", "description": "__MSG_appDescription__", "short_name": "__MSG_appShortName__", "icons": { "16": "icon\/logo-16.png", "48": "icon\/logo-48.png", "128": "icon\/logo-128.png" }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": { "16": "icon\/logo-16.png", "32": "icon\/logo-32.png" }, "default_popup": "dist\/popup.html" }, "background": { "page": "dist\/background.html" }, "permissions": [ "storage", "*:\/\/gaoming13.oss-cn-hangzhou.aliyuncs.com\/*" ], "default_locale": "zh_CN", "homepage_url": "https:\/\/github.com\/gaoming13\/calendar-chrome-extension" } |