MineWeather
Make your new tab page display a crafty scene based on the weather!
Cos'è MineWeather?
MineWeather è un'estensione di Chrome sviluppata da SAWDOG, e la sua funzione principale è "Make your new tab page display a crafty scene based on the weather!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MineWeather
Scarica i file di estensione MineWeather 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
⛅Customize your new tabs with a scene from a blocky video game based on the weather! Tip: Switch between Celsius and Fahrenheit by clicking on the extension icon! All screenshots use John Smith Legacy and SEUS PTGI! Support James Stone and Sonic Ether on Patreon: https://www.patreon.com/sonicether https://www.patreon.com/bePatron?u=9104925 Features ⚡ Unique images for 8 different weather conditions. Dynamically adjusts to the time of day. Fast resizing ensures images always fill the screen. Network requests never block the rendering of new tabs. Infrequent background updates keep weather current without battery drain. Simple switching between Celsius and Fahrenheit. Completely local and private — no data collection.
Informazioni di Base sull'Estensione
Nome | MineWeather |
ID | gklgaaagldobfcacmhhbnbgofohfgneb |
URL Ufficiale | https://chromewebstore.google.com/detail/mineweather/gklgaaagldobfcacmhhbnbgofohfgneb |
Descrizione | Make your new tab page display a crafty scene based on the weather! |
Dimensione del File | 8.56 MB |
Conteggio Installazioni | 1,166 |
Versione Corrente | 0.5.1 |
Ultimo Aggiornamento | 2022-11-23 |
Data di Pubblicazione | 2021-12-21 |
Valutazione | 4.46/5 Totale 24 Valutazioni |
Sviluppatore | SAWDOG |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sawyerpollard/MineWeather |
URL della Pagina di Aiuto | https://github.com/sawyerpollard/MineWeather |
Lingue Supportate | en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MineWeather", "description": "Make your new tab page display a crafty scene based on the weather!", "version": "0.5.1", "manifest_version": 3, "default_locale": "en", "permissions": [ "geolocation", "storage", "alarms" ], "chrome_url_overrides": { "newtab": "\/newtab.html" }, "background": { "service_worker": "\/background.js" }, "action": { "default_popup": "\/popup.html", "default_icon": { "16": "\/icons\/icon16.png", "24": "\/icons\/icon24.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } }, "icons": { "16": "\/icons\/icon16.png", "24": "\/icons\/icon24.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "host_permissions": [ "https:\/\/api.open-meteo.com\/" ] } |