Minecraft Weather New Tab

Make your new tab page display a Minecraft scene based on the weather!

Minecraft Weather New Tab là gì?

Minecraft Weather New Tab là một tiện ích mở rộng Chrome được phát triển bởi Sawyer Pollard, và tính năng chính của nó là "Make your new tab page display a Minecraft scene based on the weather!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minecraft Weather New Tab

Tải xuống các tệp mở rộng Minecraft Weather New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ⛅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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minecraft Weather New Tab Minecraft Weather New Tab
ID hginofjkoglolmiajalmgomicjcpecbl
URL Chính Thức https://chrome.google.com/webstore/detail/minecraft-weather-new-tab/hginofjkoglolmiajalmgomicjcpecbl
Mô tả Make your new tab page display a Minecraft scene based on the weather!
Kích Thước Tệp 3.02 MB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-09-18
Ngày Phát Hành 2021-09-11
Đánh Giá 4.72/5 Tổng số 86 Đánh Giá
Nhà Phát Triển Sawyer Pollard
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sawyerpollard/Minecraft-Weather-New-Tab
URL Trang Trợ Giúp https://github.com/sawyerpollard/Minecraft-Weather-New-Tab/issues
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}