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文件
下载Star Wars Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |