Weathergirls

Let the Weathergirls show you what the weather is like out there with each new tab!

Cos'è Weathergirls?

Weathergirls è un'estensione di Chrome sviluppata da https://fathom.info, e la sua funzione principale è "Let the Weathergirls show you what the weather is like out there with each new tab!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weathergirls

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

                        Know what to wear for the weather with the Weathergirls Chrome extension made by Fathom Information Design                    

Informazioni di Base sull'Estensione

Nome Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
URL Ufficiale https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Descrizione Let the Weathergirls show you what the weather is like out there with each new tab!
Dimensione del File 833 KB
Conteggio Installazioni 23
Versione Corrente 1.0
Ultimo Aggiornamento 2017-12-18
Data di Pubblicazione 2017-12-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://fathom.info
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weathergirls",
    "description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "girls.html"
    },
    "short_name": "Weathergirls",
    "permissions": [
        "geolocation",
        "https:\/\/*.fathom.info\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com https:\/\/api.forecast.io https:\/\/weathergirls.fathom.info; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "38": "icon.png",
        "128": "icon128.png",
        "144": "icon144.png"
    }
}