MineWeather
Make your new tab page display a crafty scene based on the weather!
MineWeather란 무엇입니까?
MineWeather은(는) SAWDOG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your new tab page display a crafty scene based on the weather!"입니다.
확장 프로그램 스크린샷
MineWeather 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⛅Customize your new tabs with a scene from a blocky video game based on the weather! Tip: Switch between Celsius and Fahrenheit by clicking on the extension icon! All screenshots use John Smith Legacy and SEUS PTGI! Support James Stone and Sonic Ether on Patreon: https://www.patreon.com/sonicether https://www.patreon.com/bePatron?u=9104925 Features ⚡ Unique images for 8 different weather conditions. Dynamically adjusts to the time of day. Fast 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.
확장 프로그램 기본 정보
이름 | MineWeather |
ID | gklgaaagldobfcacmhhbnbgofohfgneb |
공식 URL | https://chromewebstore.google.com/detail/mineweather/gklgaaagldobfcacmhhbnbgofohfgneb |
설명 | Make your new tab page display a crafty scene based on the weather! |
파일 크기 | 8.56 MB |
설치 횟수 | 1,166 |
현재 버전 | 0.5.1 |
최근 업데이트 | 2022-11-23 |
출시 날짜 | 2021-12-21 |
평점 | 4.46/5 총 24 개의 평점 |
개발자 | SAWDOG |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sawyerpollard/MineWeather |
도움말 페이지 URL | https://github.com/sawyerpollard/MineWeather |
지원되는 언어 | en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MineWeather", "description": "Make your new tab page display a crafty scene based on the weather!", "version": "0.5.1", "manifest_version": 3, "default_locale": "en", "permissions": [ "geolocation", "storage", "alarms" ], "chrome_url_overrides": { "newtab": "\/newtab.html" }, "background": { "service_worker": "\/background.js" }, "action": { "default_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.open-meteo.com\/" ] } |