VK Hotkeys
Расширение VK Hotkeys для Google Chrome.
Was ist VK Hotkeys?
VK Hotkeys ist eine Chrome-Erweiterung, die von CSharpRU entwickelt wurde, und ihr Hauptmerkmal ist "Расширение VK Hotkeys для Google Chrome.".
Erweiterungsscreenshots
VK Hotkeys-Erweiterungs-CRX-Datei herunterladen
Laden Sie VK Hotkeys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Расширение 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 - симпатичное напоминание горячих клавиш в аудиозаписях.
Grundlegende Informationen zur Erweiterung
Name | VK Hotkeys |
ID | foofjghdllljdphpacholnfcgebnddfh |
Offizielle URL | https://chromewebstore.google.com/detail/vk-hotkeys/foofjghdllljdphpacholnfcgebnddfh |
Beschreibung | Расширение VK Hotkeys для Google Chrome. |
Dateigröße | 90.04 KB |
Installationsanzahl | 63 |
Aktuelle Version | 1.1.6 |
Letztes Update | 2013-04-29 |
Veröffentlichungsdatum | 2013-04-29 |
Bewertung | 2.56/5 Insgesamt 18 Bewertungen |
Entwickler | CSharpRU |
Zahlungsart | free |
Erweiterungswebsite | http://abstractmindteam.ru/ |
Unterstützte Sprachen | 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" } |