Pulsar
Turn your browser into a gamepad controlled entertainment system
Pulsarとは何ですか?
Pulsarはhttps://projectpulsar.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Turn your browser into a gamepad controlled entertainment system」です。
拡張機能のスクリーンショット
Pulsar拡張機能のCRXファイルをダウンロード
Pulsar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Forget about playing into a browser window and feel the console experience. All you need is a gamepad.
Requirements: a gamepad compatible with your system and browser.
Controls:
Up/Down/Left/Right: Change selection
Button 1: Enter channel/Play game
Back: Return to channel selection
Back+Start: Return to game selection
ESC: Exit Pulsar
More info about the project: https://projectpulsar.github.io 拡張機能の基本情報
| 名前 | |
| ID | dcbdlfomknhejkfnidjpadgopfaeppgf |
| 公式URL | https://chromewebstore.google.com/detail/pulsar/dcbdlfomknhejkfnidjpadgopfaeppgf |
| 説明 | Turn your browser into a gamepad controlled entertainment system |
| ファイルサイズ | 44.17 KB |
| インストール数 | 344 |
| 現在のバージョン | 0.3.2 |
| 最終更新日 | 2017-02-06 |
| 公開日 | 2017-02-06 |
| 評価 | 4.50/5 合計 4 レビュー |
| 開発者 | https://projectpulsar.github.io |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://projectpulsar.github.io/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pulsar",
"version": "0.3.2",
"description": "Turn your browser into a gamepad controlled entertainment system",
"author": "Emilio Rubio Rigo",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"gamepad-mapping.js",
"app\/main.html",
"custom-launcher.html"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "pulsar.html"
},
"externally_connectable": {
"matches": [
"https:\/\/projectpulsar.github.io\/custom-launcher.html*"
]
},
"content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'",
"manifest_version": 2
} | |