WeatherTab - new tab browser extension
Follow the weather forecast when loading a new tab in your browser
Cos'è WeatherTab - new tab browser extension?
WeatherTab - new tab browser extension è un'estensione di Chrome sviluppata da Dev Labs, e la sua funzione principale è "Follow the weather forecast when loading a new tab in your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WeatherTab - new tab browser extension
Scarica i file di estensione WeatherTab - new tab browser extension 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
Follow the weather forecast when loading a new tab in your browser
Informazioni di Base sull'Estensione
Nome | |
ID | ndmbacelaedejokjkolgipmdkblnibbo |
URL Ufficiale | https://chrome.google.com/webstore/detail/weathertab-new-tab-browse/ndmbacelaedejokjkolgipmdkblnibbo |
Descrizione | Follow the weather forecast when loading a new tab in your browser |
Dimensione del File | 16.44 MB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2019-03-15 |
Data di Pubblicazione | 2019-03-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Dev Labs |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://privacy.devlabs.bg |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WeatherTab - new tab browser extension", "version": "1.0.3", "manifest_version": 2, "description": "Follow the weather forecast when loading a new tab in your browser", "homepage_url": "http:\/\/openweathermap.org\/", "icons": { "16": "images\/icons\/logo16.png", "32": "images\/icons\/logo32.png", "48": "images\/icons\/logo48.png", "64": "images\/icons\/logo64.png", "128": "images\/icons\/logo128.png" }, "browser_action": { "default_icon": "images\/icons\/logo32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/openweathermap.org\/*", "storage" ] } |