VK Hotkeys
Расширение VK Hotkeys для Google Chrome.
Wat is VK Hotkeys?
VK Hotkeys is een Chrome-extensie ontwikkeld door CSharpRU, en de belangrijkste functie is "Расширение VK Hotkeys для Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie VK Hotkeys
Download VK Hotkeys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение VK Hotkeys позволяет управлять плеером VK с помощью горячих клавиш. Клавиши по умолчанию: Ctrl + Alt + P - Воспроизвести/остановить. Ctrl + Alt + F - Следующая песня. Ctrl + Alt + B - Предыдущая песня. Ctrl + Alt + R - Повторять песню. Ctrl + Alt + S - Перемешать плейлист. Ctrl + Alt + Plus - Увеличить громкость. Ctrl + Alt + Minus - Уменьшить громкость. 1.0.1 - багфикс. 1.0.2 - поддержка управления со всех вкладок VK. 1.0.3 - багфикс. 1.0.4 - уменьшение размера. 1.0.5 - багфикс, добавлены настройки. 1.0.6 - багфикс. 1.0.7 - багфикс. 1.0.8 - багфикс. 1.0.9 - багфикс. 1.1.0 - багфикс. 1.1.1 - багфикс. 1.1.2 - багфикс, русификация. 1.1.3 - багфикс. 1.1.4 - багфикс ошибки, которая не давала сменить горячие клавиши. 1.1.5 - багфикс. 1.1.6 - симпатичное напоминание горячих клавиш в аудиозаписях.
Basisinformatie over de Extensie
Naam | VK Hotkeys |
ID | foofjghdllljdphpacholnfcgebnddfh |
Officiële URL | https://chromewebstore.google.com/detail/vk-hotkeys/foofjghdllljdphpacholnfcgebnddfh |
Beschrijving | Расширение VK Hotkeys для Google Chrome. |
Bestandsgrootte | 90.04 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.1.6 |
Laatst Bijgewerkt | 2013-04-29 |
Publicatiedatum | 2013-04-29 |
Beoordeling | 2.56/5 Totaal 18 Beoordelingen |
Ontwikkelaar | CSharpRU |
Betalingswijze | free |
Extensiewebsite | http://abstractmindteam.ru/ |
Ondersteunde Talen | ru |
manifest.json | |
{ "web_accessible_resources": [ "\/js\/functions.js", "\/js\/jquery.js", "\/js\/shortcuts.js", "\/js\/hotkeys.js", "manifest.json" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 VK Hotkeys \u0434\u043b\u044f Google Chrome.", "name": "VK Hotkeys", "permissions": [ "http:\/\/*.vk.com\/*", "storage" ], "options_page": "\/pages\/options.html", "minimum_chrome_version": "20", "icons": { "48": "icon48.png", "128": "icon128.png", "16": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.vk.com\/*" ], "js": [ "\/js\/shortcuts.js", "\/js\/jquery.js", "\/js\/hotkeys.js" ], "run_at": "document_start", "css": [] } ], "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "version": "1.1.6" } |