蓝岚日历

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

蓝岚日历 là gì?

蓝岚日历 là một tiện ích mở rộng Chrome được phát triển bởi llcchj2, và tính năng chính của nó là "蓝岚日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 蓝岚日历

Tải xuống các tệp mở rộng 蓝岚日历 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        蓝岚日历 可以查看阳历,农历,节日,节气,放假调休日期和每日黄历。基本的日历功能已经全部实现。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 蓝岚日历 蓝岚日历
ID ldabfnoapcgloeobngjnhckcolcfclli
URL Chính Thức https://chromewebstore.google.com/detail/%E8%93%9D%E5%B2%9A%E6%97%A5%E5%8E%86/ldabfnoapcgloeobngjnhckcolcfclli
Mô tả 蓝岚日历是一款简单、实用的生活万年历。主要包含了农历、实时假日、黄历等实用功能。
Kích Thước Tệp 89.57 KB
Số Lần Cài Đặt 318,336
Phiên Bản Hiện Tại 6.11.32
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2021-06-03
Đánh Giá 2.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển llcchj2
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cnblogs.com/bluecalendar/p/14789580.html
URL Trang Trợ Giúp https://www.cnblogs.com/bluecalendar/p/14789580.html
URL Trang Chính Sách Bảo Mật http://www.kantu365.com/home/index/userLicense.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ],
    "version": "6.11.32",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/lib\/jquery.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "res\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}