Pulsar
Turn your browser into a gamepad controlled entertainment system
Pulsar क्या है?
Pulsar https://projectpulsar.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn your browser into a gamepad controlled entertainment system"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pulsar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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
} | |