WeatherTab - new tab browser extension
Follow the weather forecast when loading a new tab in your browser
What is WeatherTab - new tab browser extension?
WeatherTab - new tab browser extension is a Chrome extension developed by Dev Labs, and its main feature is "Follow the weather forecast when loading a new tab in your browser".
Extension Screenshots
Download WeatherTab - new tab browser extension Extension CRX File
Download WeatherTab - new tab browser extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Follow the weather forecast when loading a new tab in your browser
Extension Basic Information
Name | |
ID | ndmbacelaedejokjkolgipmdkblnibbo |
Official URL | https://chrome.google.com/webstore/detail/weathertab-new-tab-browse/ndmbacelaedejokjkolgipmdkblnibbo |
Description | Follow the weather forecast when loading a new tab in your browser |
File Size | 16.44 MB |
Installation Count | 41 |
Current Version | 1.0.3 |
Last Updated | 2019-03-15 |
Publish Date | 2019-03-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Dev Labs |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://privacy.devlabs.bg |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WeatherTab - new tab browser extension", "version": "1.0.3", "manifest_version": 2, "description": "Follow the weather forecast when loading a new tab in your browser", "homepage_url": "http:\/\/openweathermap.org\/", "icons": { "16": "images\/icons\/logo16.png", "32": "images\/icons\/logo32.png", "48": "images\/icons\/logo48.png", "64": "images\/icons\/logo64.png", "128": "images\/icons\/logo128.png" }, "browser_action": { "default_icon": "images\/icons\/logo32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/openweathermap.org\/*", "storage" ] } |