Pulsar
Turn your browser into a gamepad controlled entertainment system
Apa itu Pulsar?
Pulsar adalah ekstensi Chrome yang dikembangkan oleh https://projectpulsar.github.io, dan fitur utamanya adalah "Turn your browser into a gamepad controlled entertainment system".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pulsar
Unduh file ekstensi Pulsar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Pulsar |
ID | dcbdlfomknhejkfnidjpadgopfaeppgf |
URL Resmi | https://chromewebstore.google.com/detail/pulsar/dcbdlfomknhejkfnidjpadgopfaeppgf |
Deskripsi | Turn your browser into a gamepad controlled entertainment system |
Ukuran File | 44.17 KB |
Jumlah Instalasi | 344 |
Versi Saat Ini | 0.3.2 |
Terakhir Diperbarui | 2017-02-06 |
Tanggal Publikasi | 2017-02-06 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | https://projectpulsar.github.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://projectpulsar.github.io/ |
Bahasa yang Didukung | 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 } |