火苗日历

一款可以方便查看公历,农历,节假日的万年历,MV3全新升级

What is 火苗日历?

火苗日历 is a Chrome extension developed by golefig, and its main feature is "一款可以方便查看公历,农历,节假日的万年历,MV3全新升级".

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

                        一款简易、美观,可以方便查看公历,农历,节假日的万年历                    

Extension Basic Information

Name 火苗日历 火苗日历
ID kmgdndmhpmkagloiknihickaloeonkjn
Official URL https://chromewebstore.google.com/detail/%E7%81%AB%E8%8B%97%E6%97%A5%E5%8E%86/kmgdndmhpmkagloiknihickaloeonkjn
Description 一款可以方便查看公历,农历,节假日的万年历,MV3全新升级
File Size 1.44 MB
Installation Count 49
Current Version 1.1.6
Last Updated 2023-12-02
Publish Date 2022-07-31
Rating 5.00/5 Total 2 Ratings
Developer golefig
Email [email protected]
Payment Type in_app
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u706b\u82d7\u65e5\u5386",
    "description": "\u4e00\u6b3e\u53ef\u4ee5\u65b9\u4fbf\u67e5\u770b\u516c\u5386\uff0c\u519c\u5386\uff0c\u8282\u5047\u65e5\u7684\u4e07\u5e74\u5386\uff0cMV3\u5168\u65b0\u5347\u7ea7",
    "version": "1.1.6",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "\u706b\u82d7\u65e5\u5386",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}