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