What's The Weather
This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
What's The Weather क्या है?
What's The Weather http://what-is-the-weather.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में What's The Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For more details: https://what-is-the-weather.com/pages/terms-of-use.html https://what-is-the-weather.com/pages/privacy-policy.html Get the best weather updates around you by using our weather extension! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | afpmlonliogogjikgipmocefhgjjojdc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc |
विवरण | This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage. |
फ़ाइल का आकार | 93.3 KB |
स्थापना संख्या | 65,028 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2022-06-10 |
प्रकाशन तिथि | 2022-05-05 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://what-is-the-weather.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://what-is-the-weather.com/ |
सहायता पृष्ठ URL | https://what-is-the-weather.com/pages/contact.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "What's The Weather" }, "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "What's The Weather", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.what-is-the-weather.com\/*" ] } |