Currents
Replace new tab screen with current time and weather.
Cos'è Currents?
Currents è un'estensione di Chrome sviluppata da https://deadnight7.github.io, e la sua funzione principale è "Replace new tab screen with current time and weather.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Currents
Scarica i file di estensione Currents 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
Replace new tab screen with current time and weather.
Informazioni di Base sull'Estensione
Nome | Currents |
ID | fmladbonckfbhdblkcipokdinlnamnif |
URL Ufficiale | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
Descrizione | Replace new tab screen with current time and weather. |
Dimensione del File | 2.38 MB |
Conteggio Installazioni | 52 |
Versione Corrente | 3.4.0 |
Ultimo Aggiornamento | 2020-08-18 |
Data di Pubblicazione | 2020-08-18 |
Sviluppatore | https://deadnight7.github.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'", "default_locale": "en", "description": "Replace new tab screen with current time and weather.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "Currents", "options_page": "app\/index.html#\/drawer\/settings", "permissions": [ "storage", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.0" } |