Weather
Extension shows the temperature and weather conditions for your current location
Wat is Weather?
Weather is een Chrome-extensie ontwikkeld door https://skyweather.org, en de belangrijkste functie is "Extension shows the temperature and weather conditions for your current location".
Extensie Screenshots
Download het CRX-bestand van de extensie Weather
Download Weather-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
Basisinformatie over de Extensie
Naam | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Officiële URL | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Beschrijving | Extension shows the temperature and weather conditions for your current location |
Bestandsgrootte | 41.82 KB |
Aantal Installaties | 4,298 |
Huidige Versie | 1.0.3.0 |
Laatst Bijgewerkt | 2023-08-10 |
Publicatiedatum | 2016-04-19 |
Beoordeling | 3.50/5 Totaal 42 Beoordelingen |
Ontwikkelaar | https://skyweather.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://skyweather.org/ |
Help Pagina-URL | https://skyweather.org/ |
URL van de Privacybeleid Pagina | https://stopreclame.com/privacy.html |
Ondersteunde Talen | 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\/*" ] } |