Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Cos'è Local Weather (Current Conditions)?
Local Weather (Current Conditions) è un'estensione di Chrome sviluppata da mohiman, e la sua funzione principale è "Presents weather based on your current location, or you can update by entering new location/zip etc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Local Weather (Current Conditions)
Scarica i file di estensione Local Weather (Current Conditions) 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
Informazioni di Base sull'Estensione
Nome | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
URL Ufficiale | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
Descrizione | Presents weather based on your current location, or you can update by entering new location/zip etc. |
Dimensione del File | 1.16 MB |
Conteggio Installazioni | 16 |
Versione Corrente | 2.25 |
Ultimo Aggiornamento | 2016-07-22 |
Data di Pubblicazione | 2016-07-21 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | mohiman |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |