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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Launch Alert Launch Alert
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
Eメール [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
}