Simple Weather Report

Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.

Wat is Simple Weather Report?

Simple Weather Report is een Chrome-extensie ontwikkeld door https://romanoff.io, en de belangrijkste functie is "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Weather Report

Download Simple Weather Report-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Simple Weather Report Simple Weather Report
ID khbkgchpkbiecdafoacnkbdomjfgekdo
Officiële URL https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo
Beschrijving Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Bestandsgrootte 824 KB
Aantal Installaties 380
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-08-25
Publicatiedatum 2020-08-16
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://romanoff.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}