日历

提供日历及节假日查询,随时了解日期安排。

What is 日历?

日历 is a Chrome extension developed by adsaferz, and its main feature is "提供日历及节假日查询,随时了解日期安排。".

Extension Screenshots

screenshot

Download 日历 Extension CRX File

Download 日历 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        简单好用的日历工具,实时查看日程安排,还可以预先了解节假日放假情况,提前准备。                    

Extension Basic Information

Name 日历 日历
ID aempjbfhhfooifnadnhfpmoipelcbaia
Official URL https://chromewebstore.google.com/detail/%E6%97%A5%E5%8E%86/aempjbfhhfooifnadnhfpmoipelcbaia
Description 提供日历及节假日查询,随时了解日期安排。
File Size 69.97 KB
Installation Count 57
Current Version 3.1.114
Last Updated 2017-06-01
Publish Date 2017-06-01
Rating 2.00/5 Total 2 Ratings
Developer adsaferz
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.114",
    "manifest_version": 2,
    "minimum_chrome_version": "1.0.0",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "\u65e5\u5386",
    "description": "\u63d0\u4f9b\u65e5\u5386\u53ca\u8282\u5047\u65e5\u67e5\u8be2\uff0c\u968f\u65f6\u4e86\u89e3\u65e5\u671f\u5b89\u6392\u3002",
    "icons": {
        "19": "images\/19.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/md5.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "pop.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "unlimitedStorage",
        "management"
    ]
}