Current Weather - New Tab

Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!

What is Current Weather - New Tab?

Current Weather - New Tab is a Chrome extension developed by Antech Development, and its main feature is "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Current Weather - New Tab Extension CRX File

Download Current Weather - New 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

                                            

Extension Basic Information

Name Current Weather - New Tab Current Weather - New Tab
ID gkgglahfccodheljaolemocokldjbnbh
Official URL https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh
Description Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
File Size 614 KB
Installation Count 5,035
Current Version 1.1
Last Updated 2016-02-02
Publish Date 2016-02-01
Rating 3.88/5 Total 16 Ratings
Developer Antech Development
Email [email protected]
Payment Type free
Extension Website http://www.antechdevelopment.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather - New Tab",
    "short_name": "View live weather data in an awesome live new tab!",
    "description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
    "version": "1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}