Weather Tab

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

Cos'è Weather Tab?

Weather Tab è un'estensione di Chrome sviluppata da Brett Marshall, e la sua funzione principale è "A beautifully simple 5 day forecast, every time you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Weather Tab

Scarica i file di estensione Weather Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Weather Tab Weather Tab
ID jkodnifelbhifjfgpkgdacnpibholcna
URL Ufficiale https://chromewebstore.google.com/detail/weather-tab/jkodnifelbhifjfgpkgdacnpibholcna
Descrizione A beautifully simple 5 day forecast, every time you open a new tab.
Dimensione del File 42.68 KB
Conteggio Installazioni 25
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-01-03
Data di Pubblicazione 2017-01-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Brett Marshall
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}