Star Wars Weather

Open a new tab page display a star wars background based on the weather!

Star Wars Weather là gì?

Star Wars Weather là một tiện ích mở rộng Chrome được phát triển bởi vwbosu, và tính năng chính của nó là "Open a new tab page display a star wars background based on the weather!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Star Wars Weather 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 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.                    

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

Tên Star Wars Weather Star Wars Weather
ID hjphhbgleggdljkdlmlblbamlnkmdgag
URL Chính Thức https://chromewebstore.google.com/detail/star-wars-weather/hjphhbgleggdljkdlmlblbamlnkmdgag
Mô tả Open a new tab page display a star wars background based on the weather!
Kích Thước Tệp 51.78 MB
Số Lần Cài Đặt 1,357
Phiên Bản Hiện Tại 1.3.6.3
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2022-07-07
Đánh Giá 4.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển vwbosu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/null3000/StarWarsWeatherExtension
URL Trang Trợ Giúp https://github.com/null3000/StarWarsWeatherExtension/issues
URL Trang Chính Sách Bảo Mật https://github.com/null3000/ChromeExtensionPrivacyPolicies
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}