Sweater Weather

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

Apa itu Sweater Weather?

Sweater Weather adalah ekstensi Chrome yang dikembangkan oleh Michelle Chiang & Aaron Shi, dan fitur utamanya adalah "Checks the weather at your current location and recommends what to wear based on the conditions outside.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sweater Weather

Unduh file ekstensi Sweater Weather dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sweater Weather Sweater Weather
ID nblbbjihpoiegibpakhoignokojgoikh
URL Resmi https://chromewebstore.google.com/detail/sweater-weather/nblbbjihpoiegibpakhoignokojgoikh
Deskripsi Checks the weather at your current location and recommends what to wear based on the conditions outside.
Ukuran File 97.36 KB
Jumlah Instalasi 206
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-04-25
Tanggal Publikasi 2017-04-24
Penilaian 3.80/5 Total 10 Penilaian
Pengembang Michelle Chiang & Aaron Shi
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}