Simple Weather Report

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

Qu'est-ce que Simple Weather Report ?

Simple Weather Report est une extension Chrome développée par https://romanoff.io, et sa fonction principale est "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Weather Report

Téléchargez les fichiers d'extension Simple Weather Report au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Simple Weather Report Simple Weather Report
ID khbkgchpkbiecdafoacnkbdomjfgekdo
URL Officiel https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo
Description Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Taille du Fichier 824 KB
Nombre d'Installations 380
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-08-25
Date de Publication 2020-08-16
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://romanoff.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}