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
} | |