Weather Tab

Replace new tab page with the weather and search

What is Weather Tab?

Weather Tab is a Chrome extension developed by https://timleland.com, and its main feature is "Replace new tab page with the weather and search".

Extension Screenshots

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

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

Extension Basic Information

Name Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
Official URL https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Description Replace new tab page with the weather and search
File Size 7.47 MB
Installation Count 396
Current Version 1.0.4
Last Updated 2022-08-29
Publish Date 2019-01-13
Rating 4.00/5 Total 8 Ratings
Developer https://timleland.com
Email [email protected]
Payment Type free
Extension Website https://timleland.com/weathertab/
Help Page URL https://timleland.com/weathertab/
Privacy Policy Page URL https://t.ly/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}