Time and Weather Tab

Minimal New Tab Page.

What is Time and Weather Tab?

Time and Weather Tab is a Chrome extension developed by wilsodadeveloper, and its main feature is "Minimal New Tab Page.".

Extension Screenshots

screenshot

Download Time and Weather Tab Extension CRX File

Download Time and 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

                        A minimal new tab page that shows the time and current weather.                    

Extension Basic Information

Name Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
Official URL https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Description Minimal New Tab Page.
File Size 41.82 KB
Installation Count 43
Current Version 1.0
Last Updated 2017-02-16
Publish Date 2017-02-16
Rating 3.80/5 Total 5 Ratings
Developer wilsodadeveloper
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}