Pulsar

Turn your browser into a gamepad controlled entertainment system

Cos'è Pulsar?

Pulsar è un'estensione di Chrome sviluppata da https://projectpulsar.github.io, e la sua funzione principale è "Turn your browser into a gamepad controlled entertainment system".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pulsar

Scarica i file di estensione Pulsar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pulsar Pulsar
ID dcbdlfomknhejkfnidjpadgopfaeppgf
URL Ufficiale https://chromewebstore.google.com/detail/pulsar/dcbdlfomknhejkfnidjpadgopfaeppgf
Descrizione Turn your browser into a gamepad controlled entertainment system
Dimensione del File 44.17 KB
Conteggio Installazioni 344
Versione Corrente 0.3.2
Ultimo Aggiornamento 2017-02-06
Data di Pubblicazione 2017-02-06
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore https://projectpulsar.github.io
Tipo di Pagamento free
Sito Web dell'Estensione https://projectpulsar.github.io/
Lingue Supportate 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
}