Shooter on HTML

Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…

Shooter on HTMLคืออะไร?

Shooter on HTML เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://laineus.com และคุณลักษณะหลักของมันคือ "Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shooter on HTML

ดาวน์โหลดไฟล์ส่วนขยาย Shooter on HTML ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Any Websites will be stage of the Shooter.

Click ext icon to start.
- [←→] Walk
- [↓] Get down
- [Z] Shot a bullet
- [X] Jump

- You can break balloons with a gun.
- You can land on HTML blocks that boxed by dashed line.
- The Block will sink gradually while you landing.
- Game will be over  when balloon reached to out of the screen or you fallen down to under the screen.

GitHub: https://github.com/laineus/shooter-on-html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shooter on HTML Shooter on HTML
ID lmlagkoehhjjeinchjdlhdnddlnnplnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shooter-on-html/lmlagkoehhjjeinchjdlhdnddlnnplnh
คำอธิบาย Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…
ขนาดไฟล์ 34.43 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-04-15
วันที่เผยแพร่ 2019-04-15
ผู้พัฒนา https://laineus.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shooter on HTML",
    "version": "1.0.2",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/balloon_brust1.gif",
        "img\/balloon_brust2.gif",
        "img\/balloon.gif",
        "img\/jump.gif",
        "img\/wait.gif",
        "img\/walk.gif"
    ]
}