Star Wars Weather
Open a new tab page display a star wars background based on the weather!
Star Wars Weather란 무엇입니까?
Star Wars Weather은(는) vwbosu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a new tab page display a star wars background based on the weather!"입니다.
확장 프로그램 스크린샷
Star Wars Weather 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Customize your new tabs with a picture of the iconic film-franchise based on the weather! Key Features: ✅ 10 planets ✅ 20 unique images. ✅ Quick and easy changes between Imperial and Metric units! ✅ Available in English and Spanish ✅ Automatically adjusts to the time of day. ✅ All data stored privately, locally and securely. Never leaves your device. Absolutely no data collection. ✅ No ads, No in-app purchases.100% free, 100% fun. Background: A while back there was a website by Tom Scott that would get the weather in an area and compare it to a Star Wars planet. This website has unfortunately stopped working due to reasons listed here. This extension revives and expands on this idea, there are now 10 planets, and each one has 2 images for day and night. This also uses more data about the climate like humidity, wind speeds and elevation.
확장 프로그램 기본 정보
이름 | Star Wars Weather |
ID | hjphhbgleggdljkdlmlblbamlnkmdgag |
공식 URL | https://chromewebstore.google.com/detail/star-wars-weather/hjphhbgleggdljkdlmlblbamlnkmdgag |
설명 | Open a new tab page display a star wars background based on the weather! |
파일 크기 | 51.78 MB |
설치 횟수 | 1,357 |
현재 버전 | 1.3.6.3 |
최근 업데이트 | 2024-02-20 |
출시 날짜 | 2022-07-07 |
평점 | 4.62/5 총 13 개의 평점 |
개발자 | vwbosu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/null3000/StarWarsWeatherExtension |
도움말 페이지 URL | https://github.com/null3000/StarWarsWeatherExtension/issues |
개인정보 보호 정책 페이지 URL | https://github.com/null3000/ChromeExtensionPrivacyPolicies |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Star Wars Weather", "version": "1.3.6.3", "description": "Open a new tab page display a star wars background based on the weather!", "icons": { "16": "\/public\/assets\/icons\/icon16.png", "32": "\/public\/assets\/icons\/icon32.png", "48": "\/public\/assets\/icons\/icon48.png", "64": "\/public\/assets\/icons\/icon64.png", "128": "\/public\/assets\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": ".\/public\/index.html" }, "options_ui": { "page": ".\/public\/options.html", "open_in_tab": false }, "permissions": [ "geolocation" ], "action": { "default_popup": ".\/public\/popup.html" }, "background": { "service_worker": ".\/src\/background.js" } } |