Get Weather Now
Weather extension
Cos'è Get Weather Now?
Get Weather Now è un'estensione di Chrome sviluppata da Calc Team, e la sua funzione principale è "Weather extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get Weather Now
Scarica i file di estensione Get Weather Now in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
URL Ufficiale | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
Descrizione | Weather extension |
Dimensione del File | 6.83 MB |
Conteggio Installazioni | 864 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2022-11-14 |
Data di Pubblicazione | 2022-07-22 |
Valutazione | 2.27/5 Totale 15 Valutazioni |
Sviluppatore | Calc Team |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |