Star Trek The Next Generation III

A simple game in which you play as the enterprise destroying romulan war birds. This is

Star Trek The Next Generation IIIとは何ですか?

Star Trek The Next Generation IIIはcdb.brandtによって開発されたChromeの拡張機能で、その主な機能は「A simple game in which you play as the enterprise destroying romulan war birds. This is 」です。

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

screenshot
screenshot

Star Trek The Next Generation III拡張機能のCRXファイルをダウンロード

Star Trek The Next Generation III拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This game is for a final project in school. It was built by only me in my computer science class. If you have any complaints, advice, recommendations: email them to me at [email protected]

The game is about the enterprise, flying through space and destroying romulan warbirds. The statrship tracks your mouse and will shoot with the left and right mouse buttons. Your health is located in the top left corner and when you die your score will be displayed for 10 seconds before restarting the game.                    

拡張機能の基本情報

名前 Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
公式URL https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
説明 A simple game in which you play as the enterprise destroying romulan war birds. This is
ファイルサイズ 7.21 MB
インストール数 120
現在のバージョン 4.82
最終更新日 2017-06-02
公開日 2017-06-02
評価 2.33/5 合計 3 レビュー
開発者 cdb.brandt
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star Trek The Next Generation III",
    "description": "A simple game in which you play as the enterprise destroying romulan war birds. This is ",
    "version": "4.82",
    "manifest_version": 2,
    "browser_action": {
        "background": {
            "scripts": [
                "background.js"
            ]
        }
    },
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "offline_enabled": true
}