Weather

The best way to see the Weather Forecast right in your browser. Easier than looking outside!

Weather क्या है?

Weather https://weatherextension.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to see the Weather Forecast right in your browser. Easier than looking outside!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon!

Features
-----------------
* Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) 
* Hourly and 7 day forecasts
 * Precipitation and Severe Weather alerts
 * Temperature in your Toolbar
 * Geolocation
 * Supports multiple languages
 * Multiple locations
 * Animated icons
 * Set custom location by address or zip code
 * Choose Fahrenheit or Celsius
 * Settings sync between devices
 * 12h/24h time format
 * Accurate Weather Forecast

FAQ: timleland.com/weather-extension-faq                    

एक्सटेंशन की मूल जानकारी

नाम Weather Weather
ID iolcbmjhmpdheggkocibajddahbeiglb
आधिकारिक URL https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb
विवरण The best way to see the Weather Forecast right in your browser. Easier than looking outside!
फ़ाइल का आकार 10.82 MB
स्थापना संख्या 153,933
वर्तमान संस्करण 6.0.14
अंतिम अपडेट 2024-01-18
प्रकाशन तिथि 2020-05-22
रेटिंग 2.82/5 कुल 6327 रेटिंग्स
डेवलपर https://weatherextension.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://weatherextension.com/
सहायता पृष्ठ URL https://timleland.com/weather-extension-faq/
गोपनीयता नीति पृष्ठ URL https://t.ly/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather",
    "short_name": "Weather",
    "homepage_url": "https:\/\/weatherextension.com\/",
    "version": "6.0.14",
    "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "notifications",
        "idle"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}