Weather Notifier for Blink Browsers
Checks the weather, updates notification every hour.
Τι είναι το Weather Notifier for Blink Browsers;
Το Weather Notifier for Blink Browsers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Geoffrey Stentiford, και η κύρια λειτουργία του είναι "Checks the weather, updates notification every hour.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Weather Notifier for Blink Browsers
Λήψη αρχείων επέκτασης Weather Notifier for Blink Browsers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Heads up: I made this back in sixth grade (I'm a sophomore in college now) and I'm not sure I even have the signing key for this extension, so if there are any bugs or reliability issues, an update is (probably) not going to happen. This is a simple but useful extension that displays a small notification with the current weather conditions at Chrome startup and at every hour afterwards. The zip code may be set in the extension's options page. Icons: Icons made by Icon Works at http://icon-works.com from Flaticon at http://www.flaticon.com is licensed under Licensed under Creative Commons BY 3.0.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Weather Notifier for Blink Browsers |
ID | bgmbocmonljnojhjiflmdookinfodcdh |
Επίσημο URL | https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh |
Περιγραφή | Checks the weather, updates notification every hour. |
Μέγεθος Αρχείου | 6.28 KB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 0.0.0.4 |
Τελευταία Ενημέρωση | 2023-04-14 |
Ημερομηνία Δημοσίευσης | 2015-11-12 |
Προγραμματιστής | Geoffrey Stentiford |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/geoffrey-s/home |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Notifier for Blink Browsers", "version": "0.0.0.4", "description": "Checks the weather, updates notification every hour.", "icons": { "32": "icon.png" }, "author": "Geoffrey Stentiford", "background": { "scripts": [ "weather.js" ] }, "options_page": "options.html", "permissions": [ "background", "notifications", "storage", "http:\/\/api.openweathermap.org\/" ] } |