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 |
官方URL | 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 } |