Weather
Extension shows the temperature and weather conditions for your current location
Vad är Weather?
Weather är en Chrome-tillägg utvecklad av https://skyweather.org, och dess huvudfunktion är "Extension shows the temperature and weather conditions for your current location".
Tilläggsskärmbilder
Ladda ner Weather-förlängningens CRX-fil
Ladda ner Weather-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
Features:
- configurable update period
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness Grundläggande Information om Tillägg
| Namn | |
| ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
| Officiell webbadress | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
| Beskrivning | Extension shows the temperature and weather conditions for your current location |
| Filstorlek | 41.82 KB |
| Antal Installationer | 4,298 |
| Aktuell Version | 1.0.3.0 |
| Senast Uppdaterad | 2023-08-10 |
| Publiceringsdatum | 2016-04-19 |
| Betyg | 3.50/5 Totalt 42 Betyg |
| Utvecklare | https://skyweather.org |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://skyweather.org/ |
| Hjälpsida URL | https://skyweather.org/ |
| URL till Sekretesspolicy Sidan | https://stopreclame.com/privacy.html |
| Stödda Språk | de,en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_ext_name__",
"version": "1.0.3.0",
"manifest_version": 3,
"description": "__MSG_ext_description__",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": {
"19": "images\/icon-48.png",
"38": "images\/icon-48.png"
},
"default_title": "__MSG_popup_description__",
"default_popup": "html\/popup.html"
},
"options_page": "html\/options.html",
"permissions": [
"alarms",
"geolocation",
"storage"
],
"host_permissions": [
"https:\/\/*.skyweather.org\/*"
]
} | |