Launch Alert
Displays upcoming rocket launches. Click to see more detailed status in a popup.
Wat is Launch Alert?
Launch Alert is een Chrome-extensie ontwikkeld door Johnny, en de belangrijkste functie is "Displays upcoming rocket launches. Click to see more detailed status in a popup.".
Extensie Screenshots
Download het CRX-bestand van de extensie Launch Alert
Download Launch Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Displays upcoming rocket launches. The badge on the extension shows time left for a upcoming launch. Click on the extension icon to see more information on that launch.
Basisinformatie over de Extensie
Naam | |
ID | lbkbijggplkjkbccgmhkahpfhjlleacd |
Officiële URL | https://chrome.google.com/webstore/detail/launch-alert/lbkbijggplkjkbccgmhkahpfhjlleacd |
Beschrijving | Displays upcoming rocket launches. Click to see more detailed status in a popup. |
Bestandsgrootte | 207 KB |
Aantal Installaties | 46 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2020-11-23 |
Publicatiedatum | 2016-09-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Johnny |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Launch Alert", "version": "0.2", "description": "Displays upcoming rocket launches. Click to see more detailed status in a popup.", "icons": { "128": "rocket_normal.png" }, "permissions": [ "notifications", "storage", "alarms", "https:\/\/ll.thespacedevs.com\/" ], "background": { "scripts": [ "utils.js", "background.js", "worker-requests.js" ] }, "browser_action": { "default_icon": "rocket_normal.png", "default_popup": "popup.html" }, "manifest_version": 2 } |