World Weather
Get weather right in your browser homepage with our extension!
Cos'è World Weather?
World Weather è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Get weather right in your browser homepage with our extension!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione World Weather
Scarica i file di estensione World Weather 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
For more details: https://world-weather-extension.com/pages/terms-of-use.html https://world-weather-extension.com/pages/privacy-policy.html Get the the update weather directly on your homepage! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
Informazioni di Base sull'Estensione
Nome | World Weather |
ID | jkmfelbjabcdkngelgnaimnlglpdpbme |
URL Ufficiale | https://chromewebstore.google.com/detail/world-weather/jkmfelbjabcdkngelgnaimnlglpdpbme |
Descrizione | Get weather right in your browser homepage with our extension! |
Dimensione del File | 1.89 MB |
Conteggio Installazioni | 10,683 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2022-07-12 |
Data di Pubblicazione | 2022-06-28 |
Valutazione | 3.75/5 Totale 12 Valutazioni |
Sviluppatore | [email protected] |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://world-weather-extension.com/ |
URL della Pagina di Aiuto | https://world-weather-extension.com/pages/contact.html |
URL della Pagina della Politica sulla Privacy | https://world-weather-extension.com/pages/privacy-policy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png", "128": "icon128.6aa15eb0.png" }, "action": { "default_icon": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png" } }, "version": "1.4.1", "name": "World Weather", "description": "Get weather right in your browser homepage with our extension!", "author": "", "chrome_url_overrides": { "newtab": "newtab.06c72619.html" }, "permissions": [], "host_permissions": [ "*:\/\/*.world-weather-extension.com\/*" ] } |