Weather Tab

A beautifully simple 5 day forecast, every time you open a new tab.

What is Weather Tab?

Weather Tab is a Chrome extension developed by Brett Marshall, and its main feature is "A beautifully simple 5 day forecast, every time you open a new tab.".

Extension Screenshots

screenshot
screenshot

Download Weather Tab Extension CRX File

Download Weather Tab 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

                        The weather is based off your IP address. This is currently only available in the USA and Canada.

-------------------------
Future plans include:
-------------------------

Having a location picker, in case the IP address location is not correct.
More descriptive icons
More descriptive backgrounds.                    

Extension Basic Information

Name Weather Tab Weather Tab
ID jkodnifelbhifjfgpkgdacnpibholcna
Official URL https://chromewebstore.google.com/detail/weather-tab/jkodnifelbhifjfgpkgdacnpibholcna
Description A beautifully simple 5 day forecast, every time you open a new tab.
File Size 42.68 KB
Installation Count 25
Current Version 1.0.3
Last Updated 2017-01-03
Publish Date 2017-01-03
Rating 5.00/5 Total 1 Ratings
Developer Brett Marshall
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "description": "A beautifully simple 5 day forecast, every time you open a new tab.",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "extension-logo-32.png",
        "32": "extension-logo-64.png",
        "48": "extension-logo-96.png",
        "128": "extension-logo-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}