轻松看日历

轻松看日历

轻松查看农历,阳历,节日,节气,简单方便,随时可以查看日期日历!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "res/crx.png",
    "default_title": "轻松看日历",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "轻松查看农历,阳历,节日,节气,简单方便,随时可以查看日期日历!",
  "icons": {
    "48": "res/48x48.png",
    "64": "res/64x64.png",
    "128": "res/64x64.png"
  },
  "manifest_version": 2,
  "name": "轻松看日历",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}