Launch Alert
Displays upcoming rocket launches. Click to see more detailed status in a popup.
Co to jest Launch Alert?
Launch Alert to rozszerzenie Chrome opracowane przez Johnny, a jego główną funkcją jest „Displays upcoming rocket launches. Click to see more detailed status in a popup.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Launch Alert
Pobierz pliki rozszerzeń Launch Alert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lbkbijggplkjkbccgmhkahpfhjlleacd |
Oficjalny URL | https://chrome.google.com/webstore/detail/launch-alert/lbkbijggplkjkbccgmhkahpfhjlleacd |
Opis | Displays upcoming rocket launches. Click to see more detailed status in a popup. |
Rozmiar pliku | 207 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2020-11-23 |
Data Publikacji | 2016-09-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Johnny |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |