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 Sawyer Pollard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your new tab page display a Minecraft scene based on the weather!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minecraft Weather New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
⛅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\/" ] } |