蓝岚日历
蓝岚日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。
What is 蓝岚日历?
蓝岚日历 is a Chrome extension developed by llcchj2, and its main feature is "蓝岚日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。".
Extension Screenshots
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 | ldabfnoapcgloeobngjnhckcolcfclli |
Official URL | https://chromewebstore.google.com/detail/%E8%93%9D%E5%B2%9A%E6%97%A5%E5%8E%86/ldabfnoapcgloeobngjnhckcolcfclli |
Description | 蓝岚日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。 |
File Size | 89.57 KB |
Installation Count | 318,336 |
Current Version | 6.11.32 |
Last Updated | 2024-01-11 |
Publish Date | 2021-06-03 |
Rating | 2.23/5 Total 13 Ratings |
Developer | llcchj2 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.cnblogs.com/bluecalendar/p/14789580.html |
Help Page URL | https://www.cnblogs.com/bluecalendar/p/14789580.html |
Privacy Policy Page URL | http://www.kantu365.com/home/index/userLicense.html |
Supported Languages | zh-CN |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "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": "\u84dd\u5c9a\u65e5\u5386" }, "content_scripts": [ { "css": [ "css\/app.css" ], "js": [ "js\/lib\/jquery.js", "js\/lib\/lib.js", "js\/qr\/com\/qrcalculib.js", "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "\u84dd\u5c9a\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": 3, "name": "\u84dd\u5c9a\u65e5\u5386", "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "unlimitedStorage", "tabs", "declarativeNetRequest" ], "host_permissions": [ " |