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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cdb.brandt และคุณลักษณะหลักของมันคือ "A simple game in which you play as the enterprise destroying romulan war birds. This is "

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Trek The Next Generation III

ดาวน์โหลดไฟล์ส่วนขยาย 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
}