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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Minecraft Weather New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Minecraft Weather New Tab Minecraft Weather New Tab
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\/"
    ]
}