Launch Alert
Displays upcoming rocket launches. Click to see more detailed status in a popup.
Cos'è Launch Alert?
Launch Alert è un'estensione di Chrome sviluppata da Johnny, e la sua funzione principale è "Displays upcoming rocket launches. Click to see more detailed status in a popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Launch Alert
Scarica i file di estensione Launch Alert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lbkbijggplkjkbccgmhkahpfhjlleacd |
URL Ufficiale | https://chrome.google.com/webstore/detail/launch-alert/lbkbijggplkjkbccgmhkahpfhjlleacd |
Descrizione | Displays upcoming rocket launches. Click to see more detailed status in a popup. |
Dimensione del File | 207 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-11-23 |
Data di Pubblicazione | 2016-09-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Johnny |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |