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 -…」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |