Star Wars Weather
Open a new tab page display a star wars background based on the weather!
Star Wars Weather क्या है?
Star Wars Weather vwbosu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open a new tab page display a star wars background based on the weather!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Star Wars Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |