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
擴展基本資訊
名稱 | Pulsar |
ID | dcbdlfomknhejkfnidjpadgopfaeppgf |
官方網址 | 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 } |