Launch Alert
Displays upcoming rocket launches. Click to see more detailed status in a popup.
Apa itu Launch Alert?
Launch Alert adalah ekstensi Chrome yang dikembangkan oleh Johnny, dan fitur utamanya adalah "Displays upcoming rocket launches. Click to see more detailed status in a popup.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Launch Alert
Unduh file ekstensi Launch Alert dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | lbkbijggplkjkbccgmhkahpfhjlleacd |
URL Resmi | https://chrome.google.com/webstore/detail/launch-alert/lbkbijggplkjkbccgmhkahpfhjlleacd |
Deskripsi | Displays upcoming rocket launches. Click to see more detailed status in a popup. |
Ukuran File | 207 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2020-11-23 |
Tanggal Publikasi | 2016-09-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Johnny |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |