Weathergirls

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

Was ist Weathergirls?

Weathergirls ist eine Chrome-Erweiterung, die von https://fathom.info entwickelt wurde, und ihr Hauptmerkmal ist "Let the Weathergirls show you what the weather is like out there with each new tab!".

Erweiterungsscreenshots

screenshot

Weathergirls-Erweiterungs-CRX-Datei herunterladen

Laden Sie Weathergirls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
Offizielle URL https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Beschreibung Let the Weathergirls show you what the weather is like out there with each new tab!
Dateigröße 833 KB
Installationsanzahl 23
Aktuelle Version 1.0
Letztes Update 2017-12-18
Veröffentlichungsdatum 2017-12-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://fathom.info
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}