Time and Weather Tab

Minimal New Tab Page.

Wat is Time and Weather Tab?

Time and Weather Tab is een Chrome-extensie ontwikkeld door wilsodadeveloper, en de belangrijkste functie is "Minimal New Tab Page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Time and Weather Tab

Download Time and Weather Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
Officiële URL https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Beschrijving Minimal New Tab Page.
Bestandsgrootte 41.82 KB
Aantal Installaties 43
Huidige Versie 1.0
Laatst Bijgewerkt 2017-02-16
Publicatiedatum 2017-02-16
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar wilsodadeveloper
Betalingswijze free
Ondersteunde Talen 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
}