Weather
Simply stunning weather app for your blank tabs. Watch the weather !
Cos'è Weather?
Weather è un'estensione di Chrome sviluppata da jkrivda, e la sua funzione principale è "Simply stunning weather app for your blank tabs. Watch the weather !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weather
Scarica i file di estensione 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
BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.
Informazioni di Base sull'Estensione
Nome | |
ID | ldaehkabacdcppmcdlebjjhbibhobmdn |
URL Ufficiale | https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn |
Descrizione | Simply stunning weather app for your blank tabs. Watch the weather ! |
Dimensione del File | 1.16 MB |
Conteggio Installazioni | 472 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2015-09-22 |
Data di Pubblicazione | 2015-09-22 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | jkrivda |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather", "short_name": "Weather for your blank tab", "description": "Simply stunning weather app for your blank tabs. Watch the weather !", "version": "0.2", "permissions": [ "history", "tabs", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/*" ], "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/index.js", "js\/modernizr.js", "js\/prefixfree.min.js" ] }, "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/; default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/ object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" } } |