Sweater Weather

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

What is Sweater Weather?

Sweater Weather is a Chrome extension developed by Michelle Chiang & Aaron Shi, and its main feature is "Checks the weather at your current location and recommends what to wear based on the conditions outside.".

Extension Screenshots

screenshot

Download Sweater Weather Extension CRX File

Download Sweater Weather extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sweater Weather Sweater Weather
ID nblbbjihpoiegibpakhoignokojgoikh
Official URL https://chromewebstore.google.com/detail/sweater-weather/nblbbjihpoiegibpakhoignokojgoikh
Description Checks the weather at your current location and recommends what to wear based on the conditions outside.
File Size 97.36 KB
Installation Count 206
Current Version 1.1
Last Updated 2017-04-25
Publish Date 2017-04-24
Rating 3.80/5 Total 10 Ratings
Developer Michelle Chiang & Aaron Shi
Payment Type free
Supported Languages 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"
    }
}