Weather

🌤️ A weather plugin with beautiful dynamic effects。

Weather là gì?

Weather là một tiện ích mở rộng Chrome được phát triển bởi https://hocgin.top, và tính năng chính của nó là "🌤️ A weather plugin with beautiful dynamic effects。".

Ả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 Weather

Tải xuống các tệp mở rộng Weather 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

                        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
---------------------                    

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

Tên Weather Weather
ID ibieofighcnndjcjchdahdiacjpmkhgf
URL Chính Thức https://chromewebstore.google.com/detail/weather/ibieofighcnndjcjchdahdiacjpmkhgf
Mô tả 🌤️ A weather plugin with beautiful dynamic effects。
Kích Thước Tệp 981 KB
Số Lần Cài Đặt 2,638
Phiên Bản Hiện Tại 4.0.20
Cập Nhật Lần Cuối 2023-05-28
Ngày Phát Hành 2020-03-30
Đánh Giá 4.79/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://hocgin.top
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hocgin/Weather-For-Chrome-Plugin
URL Trang Trợ Giúp https://github.com/hocgin/Weather-For-Chrome-Plugin/issues
URL Trang Chính Sách Bảo Mật https://logspot.hocgin.top/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}