Pulsar
Turn your browser into a gamepad controlled entertainment system
Pulsarคืออะไร?
Pulsar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://projectpulsar.github.io และคุณลักษณะหลักของมันคือ "Turn your browser into a gamepad controlled entertainment system"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pulsar
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |