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 } |