Weather Notifier for Blink Browsers
Checks the weather, updates notification every hour.
Was ist Weather Notifier for Blink Browsers?
Weather Notifier for Blink Browsers ist eine Chrome-Erweiterung, die von Geoffrey Stentiford entwickelt wurde, und ihr Hauptmerkmal ist "Checks the weather, updates notification every hour.".
Erweiterungsscreenshots
Weather Notifier for Blink Browsers-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weather Notifier for Blink Browsers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bgmbocmonljnojhjiflmdookinfodcdh |
| Offizielle URL | https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh |
| Beschreibung | Checks the weather, updates notification every hour. |
| Dateigröße | 6.28 KB |
| Installationsanzahl | 16 |
| Aktuelle Version | 0.0.0.4 |
| Letztes Update | 2023-04-14 |
| Veröffentlichungsdatum | 2015-11-12 |
| Entwickler | Geoffrey Stentiford |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/geoffrey-s/home |
| Unterstützte Sprachen | 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\/"
]
} | |