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開發的Chrome擴展程式,該擴展的主要功能是“Make your new tab page display a Minecraft scene based on the weather!”。
擴展截圖
下載Minecraft Weather New Tab擴展crx文件
下載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 |
官方網址 | 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\/" ] } |