Sweater Weather

Checks the weather at your current location and recommends what to wear based on the conditions outside.

Was ist Sweater Weather?

Sweater Weather ist eine Chrome-Erweiterung, die von Michelle Chiang & Aaron Shi entwickelt wurde, und ihr Hauptmerkmal ist "Checks the weather at your current location and recommends what to wear based on the conditions outside.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Sweater Weather-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sweater Weather-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

                        Ever have trouble dressing for the weather? Sweater Weather is a popup that displays the weather conditions at your current location and makes clothing recommendations. It's convenient: anytime you want to see how the weather is outside, click on the Sweater Weather icon and weather information, along with what you should wear, will appear in a non-disruptive popup.                    

Grundlegende Informationen zur Erweiterung

Name Sweater Weather Sweater Weather
ID nblbbjihpoiegibpakhoignokojgoikh
Offizielle URL https://chromewebstore.google.com/detail/sweater-weather/nblbbjihpoiegibpakhoignokojgoikh
Beschreibung Checks the weather at your current location and recommends what to wear based on the conditions outside.
Dateigröße 97.36 KB
Installationsanzahl 206
Aktuelle Version 1.1
Letztes Update 2017-04-25
Veröffentlichungsdatum 2017-04-24
Bewertung 3.80/5 Insgesamt 10 Bewertungen
Entwickler Michelle Chiang & Aaron Shi
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sweater Weather",
    "description": "Checks the weather at your current location and recommends what to wear based on the conditions outside.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "browser_action": {
        "default_title": "Check the weather!",
        "default_popup": "popup.html"
    }
}