万年历

日历和中国万年历,包含备忘录

What is 万年历?

万年历 is a Chrome extension developed by lutaoact, 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 iloeilklhbgibknpgalohmlginkecodh
Official URL https://chromewebstore.google.com/detail/%E4%B8%87%E5%B9%B4%E5%8E%86/iloeilklhbgibknpgalohmlginkecodh
Description 日历和中国万年历,包含备忘录
File Size 268 KB
Installation Count 191
Current Version 2.0.0
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 1 Ratings
Developer lutaoact
Email [email protected]
Payment Type free
Extension Website https://github.com/lutaoact/chrome-extension-calendar
Help Page URL https://github.com/lutaoact/chrome-extension-calendar
Supported Languages zh-CN
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/jquery-min.js",
                "scripts\/wannianli-m-min.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "\u65e5\u5386\u548c\u4e2d\u56fd\u4e07\u5e74\u5386\uff0c\u5305\u542b\u5907\u5fd8\u5f55",
    "icons": {
        "48": "icon_48x48.png"
    },
    "manifest_version": 2,
    "name": "\u4e07\u5e74\u5386",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0"
}