Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
¿Qué es Simple Weather Report?
Simple Weather Report es una extensión de Chrome desarrollada por https://romanoff.io, y su función principal es "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Weather Report
Descarga archivos de extensión Simple Weather Report 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
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C)
Información Básica de la Extensión
Nombre | Simple Weather Report |
ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
URL Oficial | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
Descripción | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
Tamaño del Archivo | 824 KB |
Cantidad de Instalaciones | 380 |
Versión Actual | 1.0.2 |
Última Actualización | 2020-08-25 |
Fecha de Publicación | 2020-08-16 |
Calificación | 4.00/5 Total de 3 Calificaciones |
Desarrollador | https://romanoff.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "name": "Simple Weather Report", "version": "1.0.2", "manifest_version": 2, "description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.", "author": "Michael Romanoff, [email protected]", "homepage_url": "https:\/\/romanoff.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Simple Weather Report", "default_popup": "src\/dist\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |