Weather Clock for Chrome
New tab screen with current time and weather.
¿Qué es Weather Clock for Chrome?
Weather Clock for Chrome es una extensión de Chrome desarrollada por Next Things Apps, y su función principal es "New tab screen with current time and weather.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Weather Clock for Chrome
Descarga archivos de extensión Weather Clock for Chrome 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
Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.
Información Básica de la Extensión
Nombre | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
URL Oficial | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
Descripción | New tab screen with current time and weather. |
Tamaño del Archivo | 2.21 MB |
Cantidad de Instalaciones | 383 |
Versión Actual | 1.0.0 |
Última Actualización | 2019-09-04 |
Fecha de Publicación | 2019-09-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Next Things Apps |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Clock for Chrome", "version": "1.0.0", "manifest_version": 2, "options_page": "app\/index.html#\/drawer\/settings", "icons": { "16": "images\/icon16.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "description": "New tab screen with current time and weather.", "background": { "scripts": [ "app\/underscore.js", "app\/background.js" ] }, "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "permissions": [ "storage", "tabs", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'" } |