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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}