Currents
Replace new tab screen with current time and weather.
¿Qué es Currents?
Currents es una extensión de Chrome desarrollada por https://deadnight7.github.io, y su función principal es "Replace new tab screen with current time and weather.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Currents
Descarga archivos de extensión Currents en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Replace new tab screen with current time and weather.
Información Básica de la Extensión
Nombre | Currents |
ID | fmladbonckfbhdblkcipokdinlnamnif |
URL Oficial | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
Descripción | Replace new tab screen with current time and weather. |
Tamaño del Archivo | 2.38 MB |
Cantidad de Instalaciones | 52 |
Versión Actual | 3.4.0 |
Última Actualización | 2020-08-18 |
Fecha de Publicación | 2020-08-18 |
Desarrollador | https://deadnight7.github.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |