Weather

🌤️ A weather plugin with beautiful dynamic effects。

Weather क्या है?

Weather https://hocgin.top द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🌤️ A weather plugin with beautiful dynamic effects。"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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