Currently

Replace new tab screen with current time and weather.

¿Qué es Currently?

Currently es una extensión de Chrome desarrollada por Currently, y su función principal es "Replace new tab screen with current time and weather.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Currently

Descarga archivos de extensión Currently 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

                        Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo.

Permissions & Reasons Used

Our extension uses the minimum permissions required:

Permission: "geolocation"
Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude."                    

Información Básica de la Extensión

Nombre Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
URL Oficial https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Descripción Replace new tab screen with current time and weather.
Tamaño del Archivo 29.07 MB
Cantidad de Instalaciones 70,000
Versión Actual 5.1.1
Última Actualización 2021-08-29
Fecha de Publicación 2021-01-18
Calificación 4.05/5 Total de 2041 Calificaciones
Desarrollador Currently
Correo electrónico [email protected]
Tipo de Pago in_app
URL de la Página de Política de Privacidad https://search.currentlyweather.com/home/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currently",
    "version": "5.1.1",
    "manifest_version": 2,
    "description": "Replace new tab screen with current time and weather.",
    "background": {
        "scripts": [
            "core\/index.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';",
    "web_accessible_resources": [
        "*.json"
    ]
}