Sweater Weather
Checks the weather at your current location and recommends what to wear based on the conditions outside.
Cos'è Sweater Weather?
Sweater Weather è un'estensione di Chrome sviluppata da Michelle Chiang & Aaron Shi, e la sua funzione principale è "Checks the weather at your current location and recommends what to wear based on the conditions outside.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sweater Weather
Scarica i file di estensione Sweater Weather 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nblbbjihpoiegibpakhoignokojgoikh |
| URL Ufficiale | https://chromewebstore.google.com/detail/sweater-weather/nblbbjihpoiegibpakhoignokojgoikh |
| Descrizione | Checks the weather at your current location and recommends what to wear based on the conditions outside. |
| Dimensione del File | 97.36 KB |
| Conteggio Installazioni | 206 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-04-25 |
| Data di Pubblicazione | 2017-04-24 |
| Valutazione | 3.80/5 Totale 10 Valutazioni |
| Sviluppatore | Michelle Chiang & Aaron Shi |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |