橙光日历

橙光日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。

What is 橙光日历?

橙光日历 is a Chrome extension developed by sundanqc, and its main feature is "橙光日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。".

Extension Screenshots

screenshot
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

                        橙光日历是一个扩展应用,安装成功后,点击右上方图标按钮,弹出popup页面,展示出橙光日历的主界面。年份可以选择1900到2050年,鼠标移动上去有天干地支的年月日。                    

Extension Basic Information

Name 橙光日历 橙光日历
ID ocbgooipmfjolciehamjinlnjegkhlko
Official URL https://chromewebstore.google.com/detail/%E6%A9%99%E5%85%89%E6%97%A5%E5%8E%86/ocbgooipmfjolciehamjinlnjegkhlko
Description 橙光日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。
File Size 228 KB
Installation Count 236,210
Current Version 2.13.81
Last Updated 2021-10-19
Publish Date 2021-10-19
Rating 4.00/5 Total 4 Ratings
Developer sundanqc
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.ocanou.com/home/info/privacy_wcai_qrcode.html
Supported Languages zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "res\/16x16px.png",
            "48": "res\/48x48px.png",
            "64": "res\/64x64px.png",
            "128": "res\/128x128px.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u6a59\u5149\u65e5\u5386"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/lib.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "\u6a59\u5149\u65e5\u5386\u662f\u4e00\u6b3e\u7b80\u5355\u3001\u5b9e\u7528\u7684\u751f\u6d3b\u4e07\u5e74\u5386\u3002\u4e3b\u8981\u5305\u542b\u4e86\u519c\u5386\u3001\u5b9e\u65f6\u5047\u65e5\u3001\u9ec4\u5386\u7b49\u5b9e\u7528\u529f\u80fd\u3002",
    "icons": {
        "16": "res\/16x16px.png",
        "48": "res\/48x48px.png",
        "64": "res\/64x64px.png",
        "128": "res\/128x128px.png"
    },
    "manifest_version": 2,
    "name": "\u6a59\u5149\u65e5\u5386",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "2.13.81",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "js\/lib\/jquery.js"
    ]
}