Get Weather Now
Weather extension
Wat is Get Weather Now?
Get Weather Now is een Chrome-extensie ontwikkeld door Calc Team, en de belangrijkste functie is "Weather extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Get Weather Now
Download Get Weather Now-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
Brings the weather updates you care about to your address bar. Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.
Basisinformatie over de Extensie
Naam | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
Officiële URL | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
Beschrijving | Weather extension |
Bestandsgrootte | 6.83 MB |
Aantal Installaties | 864 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2022-11-14 |
Publicatiedatum | 2022-07-22 |
Beoordeling | 2.27/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Calc Team |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "0.0.4", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "assets\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tiles.aqicn.org\/" ] } |