VK Voice Message Hot Keys
This extension adds 'Touch to speech' hot key in vk.com messaging
Cos'è VK Voice Message Hot Keys?
VK Voice Message Hot Keys è un'estensione di Chrome sviluppata da Останин Игорь, e la sua funzione principale è "This extension adds 'Touch to speech' hot key in vk.com messaging".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VK Voice Message Hot Keys
Scarica i file di estensione VK Voice Message Hot Keys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# HOTVOICE Плагин для Chrome добавляющий поддержку горячих клавиш сайту vk.com для отправки голосовых сообщений. ## КУДАЖАТЬЯНЕПАНИМАЮ Alt+V пока что единственный доступный хот-кей он отвечает за начало записи и отправку её же. @ Github https://github.com/BrittleFoot/hotvoices
Informazioni di Base sull'Estensione
Nome | VK Voice Message Hot Keys |
ID | hgilndgnmcgbgigmafaomonmonhplapf |
URL Ufficiale | https://chromewebstore.google.com/detail/vk-voice-message-hot-keys/hgilndgnmcgbgigmafaomonmonhplapf |
Descrizione | This extension adds 'Touch to speech' hot key in vk.com messaging |
Dimensione del File | 249 KB |
Conteggio Installazioni | 302 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2017-04-29 |
Data di Pubblicazione | 2017-04-29 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Останин Игорь |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |