Get Weather Now

Weather extension

Get Weather Now क्या है?

Get Weather Now Calc Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Weather extension"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Brings the weather updates you care about to your address bar.
Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.                    

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

नाम Get Weather Now Get Weather Now
ID mdijeoiljombmbamjamjlcaopdckdnci
आधिकारिक URL https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci
विवरण Weather extension
फ़ाइल का आकार 6.83 MB
स्थापना संख्या 864
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2022-11-14
प्रकाशन तिथि 2022-07-22
रेटिंग 2.27/5 कुल 15 रेटिंग्स
डेवलपर Calc Team
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.0.4",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tiles.aqicn.org\/"
    ]
}