橙光日历

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

Vad är 橙光日历?

橙光日历 är en Chrome-tillägg utvecklad av sundanqc, och dess huvudfunktion är "橙光日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner 橙光日历-förlängningens CRX-fil

Ladda ner 橙光日历-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn 橙光日历 橙光日历
ID ocbgooipmfjolciehamjinlnjegkhlko
Officiell webbadress https://chromewebstore.google.com/detail/%E6%A9%99%E5%85%89%E6%97%A5%E5%8E%86/ocbgooipmfjolciehamjinlnjegkhlko
Beskrivning 橙光日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。
Filstorlek 228 KB
Antal Installationer 236,210
Aktuell Version 2.13.81
Senast Uppdaterad 2021-10-19
Publiceringsdatum 2021-10-19
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare sundanqc
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.ocanou.com/home/info/privacy_wcai_qrcode.html
Stödda Språk 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"
    ]
}