ActualWeather
Get current weather in your browser!
Cos'è ActualWeather?
ActualWeather è un'estensione di Chrome sviluppata da AdsSquared, LLC, e la sua funzione principale è "Get current weather in your browser!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ActualWeather
Scarica i file di estensione ActualWeather 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
Actual Weather gives you quick easy access to your weather at a glance when you open a new tab
Informazioni di Base sull'Estensione
Nome | ActualWeather |
ID | jlalmckfngpijaibdnbphajodinicbfn |
URL Ufficiale | https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn |
Descrizione | Get current weather in your browser! |
Dimensione del File | 3.32 MB |
Conteggio Installazioni | 114 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2023-11-03 |
Data di Pubblicazione | 2023-10-10 |
Valutazione | 5.00/5 Totale 21 Valutazioni |
Sviluppatore | AdsSquared, LLC |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ActualWeather.com |
URL della Pagina di Aiuto | https://ActualWeather.com/contact.html |
URL della Pagina della Politica sulla Privacy | https://adssquared.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActualWeather", "description": "Get current weather in your browser!", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "resources\/icons\/icon16.png", "48": "resources\/icons\/icon48.png", "128": "resources\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_popup": "newtab.html", "default_icon": [] } } |