Current Weather - New Tab

Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!

¿Qué es Current Weather - New Tab?

Current Weather - New Tab es una extensión de Chrome desarrollada por Antech Development, y su función principal es "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Current Weather - New Tab

Descarga archivos de extensión Current Weather - New Tab 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

                                            

Información Básica de la Extensión

Nombre Current Weather - New Tab Current Weather - New Tab
ID gkgglahfccodheljaolemocokldjbnbh
URL Oficial https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh
Descripción Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
Tamaño del Archivo 614 KB
Cantidad de Instalaciones 5,035
Versión Actual 1.1
Última Actualización 2016-02-02
Fecha de Publicación 2016-02-01
Calificación 3.88/5 Total de 16 Calificaciones
Desarrollador Antech Development
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.antechdevelopment.com
Idiomas Soportados 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"
    }
}