Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Co to jest Simple Weather Report?
Simple Weather Report to rozszerzenie Chrome opracowane przez https://romanoff.io, a jego główną funkcją jest „Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Weather Report
Pobierz pliki rozszerzeń Simple Weather Report w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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)                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | khbkgchpkbiecdafoacnkbdomjfgekdo | 
| Oficjalny URL | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo | 
| Opis | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. | 
| Rozmiar pliku | 824 KB | 
| Liczba instalacji | 380 | 
| Aktualna Wersja | 1.0.2 | 
| Ostatnia Aktualizacja | 2020-08-25 | 
| Data Publikacji | 2020-08-16 | 
| Ocena | 4.00/5 Łącznie 3 Oceny | 
| Deweloper | https://romanoff.io | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
} | |