Minecraft Weather New Tab
Make your new tab page display a Minecraft scene based on the weather!
Τι είναι το Minecraft Weather New Tab;
Το Minecraft Weather New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sawyer Pollard, και η κύρια λειτουργία του είναι "Make your new tab page display a Minecraft scene based on the weather!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Minecraft Weather New Tab
Λήψη αρχείων επέκτασης Minecraft Weather New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
⛅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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hginofjkoglolmiajalmgomicjcpecbl |
Επίσημο URL | https://chrome.google.com/webstore/detail/minecraft-weather-new-tab/hginofjkoglolmiajalmgomicjcpecbl |
Περιγραφή | Make your new tab page display a Minecraft scene based on the weather! |
Μέγεθος Αρχείου | 3.02 MB |
Αριθμός Εγκαταστάσεων | 8,000 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2021-09-18 |
Ημερομηνία Δημοσίευσης | 2021-09-11 |
Αξιολόγηση | 4.72/5 Συνολικά 86 Αξιολογήσεις |
Προγραμματιστής | Sawyer Pollard |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/sawyerpollard/Minecraft-Weather-New-Tab |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/sawyerpollard/Minecraft-Weather-New-Tab/issues |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |