Weather Tab
Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.
Weather Tab क्या है?
Weather Tab Weather Tab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get Access to current Weather, extended weather forecast, search and more! Please note this extension changes your new-tab page and changes your new-tab search engine to Yahoo.com results." This extension updates your browser New Tab and provides: - Local Weather Conditions - Humidity - Sun/Sunset time - Hourly Forecast - 7 Day Forecast - A web search box Comes with daily Weather Prompt to show you local weather in a new Chrome window! By installing this extension, you agree to the Terms of Service (https://weathertab-site.info/terms-of-service/index.html) and Privacy Policy (https://weathertab-site.info/privacy-policy/index.html)
एक्सटेंशन की मूल जानकारी
नाम | Weather Tab |
ID | eboighkploafnninjidahohphgdlbail |
आधिकारिक URL | https://chromewebstore.google.com/detail/weather-tab/eboighkploafnninjidahohphgdlbail |
विवरण | Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab. |
फ़ाइल का आकार | 44.53 KB |
स्थापना संख्या | 3,648 |
वर्तमान संस्करण | 1.23.905 |
अंतिम अपडेट | 2023-09-09 |
प्रकाशन तिथि | 2023-04-01 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | Weather Tab |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://weathertab-site.info/privacy-policy/index.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Tab", "short_name": "Weather Tab", "description": "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.", "version": "1.23.905", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Weather Tab" }, "permissions": [ "alarms", "cookies", "topSites", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.weathertab-api.info\/*" ], "manifest_version": 3 } |