Current Weather - New Tab
Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
Cos'è Current Weather - New Tab?
Current Weather - New Tab è un'estensione di Chrome sviluppata da Antech Development, e la sua funzione principale è "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Current Weather - New Tab
Scarica i file di estensione Current Weather - New Tab 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 | |
| ID | gkgglahfccodheljaolemocokldjbnbh |
| URL Ufficiale | https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh |
| Descrizione | Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab! |
| Dimensione del File | 614 KB |
| Conteggio Installazioni | 5,035 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-02-02 |
| Data di Pubblicazione | 2016-02-01 |
| Valutazione | 3.88/5 Totale 16 Valutazioni |
| Sviluppatore | Antech Development |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.antechdevelopment.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Current Weather - New Tab",
"short_name": "View live weather data in an awesome live new tab!",
"description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
"version": "1.1",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"geolocation",
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"256": "icon256.png"
}
} | |