昼间日历

一款支持查询农历/二十四节气/公共假日/月相图的日历插件 📅

What is 昼间日历?

昼间日历 is a Chrome extension developed by https://daylight.cool, and its main feature is "一款支持查询农历/二十四节气/公共假日/月相图的日历插件 📅".

Extension Screenshots

screenshot
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

                        昼间是一款轻量级的浏览器日历插件,尽管体积只有不到300k,但提供了众多特性:

🌚 支持暗黑模式 
🌱 本地计算的农历和二十四节气
📅 日期标记和日记
🌘 显示在浏览器工具栏图标的月相图

保护你的隐私:

昼间未申请任何特殊权限,昼间不记录/追踪/上传/分享任何个人信息                    

Extension Basic Information

Name 昼间日历 昼间日历
ID fdpfnfidhlijopfejncgamefcoemjboe
Official URL https://chromewebstore.google.com/detail/%E6%98%BC%E9%97%B4%E6%97%A5%E5%8E%86/fdpfnfidhlijopfejncgamefcoemjboe
Description 一款支持查询农历/二十四节气/公共假日/月相图的日历插件 📅
File Size 271 KB
Installation Count 571
Current Version 0.2.6
Last Updated 2021-12-28
Publish Date 2020-06-14
Rating 4.00/5 Total 4 Ratings
Developer https://daylight.cool
Email [email protected]
Payment Type free
Extension Website https://daylight.cool
Help Page URL https://i.duotai.net/forms/ky8re/gfgxu40q
Privacy Policy Page URL https://blog.jjb.im/policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "\u663c\u95f4",
    "name": "\u663c\u95f4\u65e5\u5386",
    "description": "\u4e00\u6b3e\u652f\u6301\u67e5\u8be2\u519c\u5386\/\u4e8c\u5341\u56db\u8282\u6c14\/\u516c\u5171\u5047\u65e5\/\u6708\u76f8\u56fe\u7684\u65e5\u5386\u63d2\u4ef6 \ud83d\udcc5",
    "version": "0.2.6",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{be71b0d7-30f9-48dc-8271-3f0bc938a340}",
            "strict_min_version": "48.0"
        }
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "optional_permissions": []
}