Minecraft Weather New Tab
Make your new tab page display a Minecraft scene based on the weather!
Cos'è Minecraft Weather New Tab?
Minecraft Weather New Tab è un'estensione di Chrome sviluppata da Sawyer Pollard, e la sua funzione principale è "Make your new tab page display a Minecraft scene based on the weather!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minecraft Weather New Tab
Scarica i file di estensione Minecraft Weather New Tab 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 Minecraft based on the weather! Fast, aesthetic, and private! Tip: Switch between Celsius and Fahrenheit by clicking on the extension icon! Features ⚡ Unique images for 8 different weather conditions. Dynamic 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. Thank you to those who took the featured screenshots! Most are example screenshots for shader mods. Credits and links appear in the lower-left corner of the image.
Informazioni di Base sull'Estensione
Nome | |
ID | hginofjkoglolmiajalmgomicjcpecbl |
URL Ufficiale | https://chrome.google.com/webstore/detail/minecraft-weather-new-tab/hginofjkoglolmiajalmgomicjcpecbl |
Descrizione | Make your new tab page display a Minecraft scene based on the weather! |
Dimensione del File | 3.02 MB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-09-18 |
Data di Pubblicazione | 2021-09-11 |
Valutazione | 4.72/5 Totale 86 Valutazioni |
Sviluppatore | Sawyer Pollard |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sawyerpollard/Minecraft-Weather-New-Tab |
URL della Pagina di Aiuto | https://github.com/sawyerpollard/Minecraft-Weather-New-Tab/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minecraft Weather New Tab", "description": "Make your new tab page display a Minecraft scene based on the weather!", "version": "0.1.0", "manifest_version": 3, "permissions": [ "geolocation", "storage", "alarms" ], "chrome_url_overrides": { "newtab": "\/newtab\/newtab.html" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "\/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.openweathermap.org\/" ] } |