Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Vad är Simple Weather Report?
Simple Weather Report är en Chrome-tillägg utvecklad av https://romanoff.io, och dess huvudfunktion är "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".
Tilläggsskärmbilder
Ladda ner Simple Weather Report-förlängningens CRX-fil
Ladda ner Simple Weather Report-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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) Grundläggande Information om Tillägg
| Namn | |
| ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
| Officiell webbadress | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
| Beskrivning | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
| Filstorlek | 824 KB |
| Antal Installationer | 380 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2020-08-25 |
| Publiceringsdatum | 2020-08-16 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | https://romanoff.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |