Pulsar
Turn your browser into a gamepad controlled entertainment system
Wat is Pulsar?
Pulsar is een Chrome-extensie ontwikkeld door https://projectpulsar.github.io, en de belangrijkste functie is "Turn your browser into a gamepad controlled entertainment system".
Extensie Screenshots
Download het CRX-bestand van de extensie Pulsar
Download Pulsar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | dcbdlfomknhejkfnidjpadgopfaeppgf |
| Officiële URL | https://chromewebstore.google.com/detail/pulsar/dcbdlfomknhejkfnidjpadgopfaeppgf |
| Beschrijving | Turn your browser into a gamepad controlled entertainment system |
| Bestandsgrootte | 44.17 KB |
| Aantal Installaties | 344 |
| Huidige Versie | 0.3.2 |
| Laatst Bijgewerkt | 2017-02-06 |
| Publicatiedatum | 2017-02-06 |
| Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://projectpulsar.github.io |
| Betalingswijze | free |
| Extensiewebsite | https://projectpulsar.github.io/ |
| Ondersteunde Talen | 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
} | |