Current Weather
This extension will give you the current weather in your area.
Τι είναι το Current Weather;
Το Current Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον puranjayprashanth, και η κύρια λειτουργία του είναι "This extension will give you the current weather in your area.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Current Weather
Λήψη αρχείων επέκτασης Current Weather σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Current Weather |
ID | mjkbbpnfhegiocdnalhgkehhnjjadnpa |
Επίσημο URL | https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa |
Περιγραφή | This extension will give you the current weather in your area. |
Μέγεθος Αρχείου | 33.45 KB |
Αριθμός Εγκαταστάσεων | 65 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-06-07 |
Ημερομηνία Δημοσίευσης | 2021-06-07 |
Προγραμματιστής | puranjayprashanth |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Current Weather", "version": "1.0", "description": "This extension will give you the current weather in your area.", "author": "Puranjay Prashanth", "permissions": [ "geolocation", "http:\/\/api.openweathermap.org\/data\/2.5\/weather" ], "browser_action": { "default_popup": "popup.html", "default_title": "Current Weather", "default_icon": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" } }, "icons": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" }, "manifest_version": 2 } |