Audible Toggle Play
Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
O que é Audible Toggle Play?
Audible Toggle Play é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.".
Baixar o arquivo CRX da Extensão Audible Toggle Play
Baixe arquivos de extensão Audible Toggle Play no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab. It currently will only work with audible.com (not audible.co.uk, I'll fix it in the future)
Informações Básicas da Extensão
Nome | Audible Toggle Play |
ID | gknafjoejingghhegbhlcdlchgdlahmh |
URL Oficial | https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh |
Descrição | Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab. |
Tamanho do Arquivo | 20.65 KB |
Contagem de Instalações | 189 |
Versão Atual | 1.1 |
Última Atualização | 2017-10-30 |
Data de Publicação | 2017-10-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "author": "Oyvind A Nilsen", "homepage_url": "http:\/\/oyvindnilsen.com", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Simple play\/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.", "manifest_version": 2, "name": "Audible Toggle Play", "permissions": [ "tabs", "http:\/\/www.audible.com\/*", "https:\/\/www.audible.com\/*", "http:\/\/www.audible.co.uk\/*", "https:\/\/www.audible.co.uk\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "commands": { "toggle": { "suggested_key": { "default": "Alt+P" }, "description": "toggle play\/pause" } } } |