节假日历 - 中国节假日信息

节假日历 - 中国节假日信息

提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排

Merlin
Additional files are visible only to premium users

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"
}