Weather

🌤️ A weather plugin with beautiful dynamic effects。

什么是Weather?

Weather是由https://hocgin.top开发的Chrome扩展程序,该扩展的主要功能是“🌤️ A weather plugin with beautiful dynamic effects。”。

扩展截图

screenshot

下载Weather扩展crx文件

下载Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A tool that can display real-time weather conditions in the browser, allowing users to quickly understand the weather situation in their local area and other cities, making it easier for them to make more accurate decisions before going out.

It can display current weather conditions, such as temperature, humidity, air quality, etc., in the browser's toolbar or sidebar, and provide weather forecasts for the next few days to help users make travel plans and clothing choices.

---------------------
GitHub: https://github.com/hocgin/chrome-extension-weather
more: https://logspot.hocgin.top/addone-weather-pro?active=feedback
---------------------                    

扩展基本信息

名称 Weather Weather
ID ibieofighcnndjcjchdahdiacjpmkhgf
官方URL https://chromewebstore.google.com/detail/weather/ibieofighcnndjcjchdahdiacjpmkhgf
简介 🌤️ A weather plugin with beautiful dynamic effects。
文件大小 981 KB
安装次数 2,638
当前版本 4.0.20
更新时间 2023-05-28
上架时间 2020-03-30
评分 4.79/5 共24次评分
开发者 https://hocgin.top
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hocgin/Weather-For-Chrome-Plugin
帮助页面URL https://github.com/hocgin/Weather-For-Chrome-Plugin/issues
隐私政策页面URL https://logspot.hocgin.top/privacy
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "4.0.20",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "options_page": "$options.html",
    "action": {
        "default_popup": "$popup.html",
        "default_icon": {
            "16": "$_action_logo_16.png",
            "32": "$_action_logo_32.png",
            "48": "$_action_logo_48.png",
            "128": "$_action_logo_128.png"
        }
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "scripting",
        "geolocation",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/sso.hocgin.top\/addone\/addone-weather-pro\/redirect*",
                "https:\/\/sso.hocgin.top\/addone\/addone-weather-pro\/redirect*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_0.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}