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是由https://laineus.com开发的Chrome扩展程序,该扩展的主要功能是“Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…”。

扩展截图

screenshot
screenshot

下载Shooter on HTML扩展crx文件

下载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"
    ]
}