VK Voice Message Hot Keys
This extension adds 'Touch to speech' hot key in vk.com messaging
What is VK Voice Message Hot Keys?
VK Voice Message Hot Keys is a Chrome extension developed by Останин Игорь, and its main feature is "This extension adds 'Touch to speech' hot key in vk.com messaging".
Extension Screenshots
Download VK Voice Message Hot Keys Extension CRX File
Download VK Voice Message Hot Keys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# HOTVOICE Плагин для Chrome добавляющий поддержку горячих клавиш сайту vk.com для отправки голосовых сообщений. ## КУДАЖАТЬЯНЕПАНИМАЮ Alt+V пока что единственный доступный хот-кей он отвечает за начало записи и отправку её же. @ Github https://github.com/BrittleFoot/hotvoices
Extension Basic Information
Name | VK Voice Message Hot Keys |
ID | hgilndgnmcgbgigmafaomonmonhplapf |
Official URL | https://chromewebstore.google.com/detail/vk-voice-message-hot-keys/hgilndgnmcgbgigmafaomonmonhplapf |
Description | This extension adds 'Touch to speech' hot key in vk.com messaging |
File Size | 249 KB |
Installation Count | 302 |
Current Version | 1.1.0 |
Last Updated | 2017-04-29 |
Publish Date | 2017-04-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Останин Игорь |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VK Voice Message Hot Keys", "description": "This extension adds 'Touch to speech' hot key in vk.com messaging", "version": "1.1.0", "content_scripts": [ { "matches": [ "*:\/\/vk.com\/*" ], "js": [ "keys.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/vk.com\/*" ] } |