Launch Alert
Displays upcoming rocket launches. Click to see more detailed status in a popup.
什麼是Launch Alert?
Launch Alert是由Johnny開發的Chrome擴展程式,該擴展的主要功能是“Displays upcoming rocket launches. Click to see more detailed status in a popup.”。
擴展截圖
下載Launch Alert擴展crx文件
下載Launch Alert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | lbkbijggplkjkbccgmhkahpfhjlleacd |
官方網址 | https://chrome.google.com/webstore/detail/launch-alert/lbkbijggplkjkbccgmhkahpfhjlleacd |
簡介 | Displays upcoming rocket launches. Click to see more detailed status in a popup. |
檔案大小 | 207 KB |
安裝次數 | 46 |
目前版本 | 0.2 |
更新時間 | 2020-11-23 |
上架時間 | 2016-09-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Johnny |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |