Time and Weather Tab

Minimal New Tab Page.

Cos'è Time and Weather Tab?

Time and Weather Tab è un'estensione di Chrome sviluppata da wilsodadeveloper, e la sua funzione principale è "Minimal New Tab Page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Time and Weather Tab

Scarica i file di estensione Time and 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

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

Informazioni di Base sull'Estensione

Nome Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
URL Ufficiale https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Descrizione Minimal New Tab Page.
Dimensione del File 41.82 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-16
Data di Pubblicazione 2017-02-16
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore wilsodadeveloper
Tipo di Pagamento free
Lingue Supportate 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
}