Pulsar

Turn your browser into a gamepad controlled entertainment system

Qu'est-ce que Pulsar ?

Pulsar est une extension Chrome développée par https://projectpulsar.github.io, et sa fonction principale est "Turn your browser into a gamepad controlled entertainment system".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pulsar

Téléchargez les fichiers d'extension Pulsar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pulsar Pulsar
ID dcbdlfomknhejkfnidjpadgopfaeppgf
URL Officiel https://chromewebstore.google.com/detail/pulsar/dcbdlfomknhejkfnidjpadgopfaeppgf
Description Turn your browser into a gamepad controlled entertainment system
Taille du Fichier 44.17 KB
Nombre d'Installations 344
Version Actuelle 0.3.2
Dernière Mise à Jour 2017-02-06
Date de Publication 2017-02-06
Évaluation 4.50/5 Total 4 Évaluations
Développeur https://projectpulsar.github.io
Type de Paiement free
Site Web de l'Extension https://projectpulsar.github.io/
Langues Prises en Charge 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
}