The Weather
Look at THE WEATHER: easy, quick and concise
Cos'è The Weather?
The Weather è un'estensione di Chrome sviluppata da http://www.kissappsl.com, e la sua funzione principale è "Look at THE WEATHER: easy, quick and concise".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Weather
Scarica i file di estensione The 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
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
Informazioni di Base sull'Estensione
Nome | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
Descrizione | Look at THE WEATHER: easy, quick and concise |
Dimensione del File | 162 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2021-02-10 |
Data di Pubblicazione | 2020-12-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://www.kissappsl.com |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | http://kissappsl.com/app/the-weather-extension/ |
URL della Pagina di Aiuto | http://kissappsl.com |
URL della Pagina della Politica sulla Privacy | http://kissappsl.com/pages/privacy-policy |
Lingue Supportate | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |