Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Τι είναι το Simple Weather Report;
Το Simple Weather Report είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://romanoff.io, και η κύρια λειτουργία του είναι "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple Weather Report
Λήψη αρχείων επέκτασης Simple Weather Report σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simple Weather Report |
ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
Επίσημο URL | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
Περιγραφή | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
Μέγεθος Αρχείου | 824 KB |
Αριθμός Εγκαταστάσεων | 380 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2020-08-25 |
Ημερομηνία Δημοσίευσης | 2020-08-16 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://romanoff.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |