Pocket Casts Toggle Play
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
O que é Pocket Casts Toggle Play?
Pocket Casts Toggle Play é uma extensão do Chrome desenvolvida por oyvind.nilsen, e sua principal característica é "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".
Baixar o arquivo CRX da Extensão Pocket Casts Toggle Play
Baixe arquivos de extensão Pocket Casts 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+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.
Informações Básicas da Extensão
Nome | |
ID | imkmbigkncglnfljhkdbnifikpdgefbi |
URL Oficial | https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi |
Descrição | Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast. |
Tamanho do Arquivo | 12.69 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.0 |
Última Atualização | 2017-11-14 |
Data de Publicação | 2017-11-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | oyvind.nilsen |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
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+S) for Pocket Casts. This button allows to pause or resume current podcast.", "manifest_version": 2, "name": "Pocket Casts Toggle Play", "permissions": [ "tabs", "https:\/\/playbeta.pocketcasts.com\/*", "https:\/\/play.pocketcasts.com\/*", "http:\/\/playbeta.pocketcasts.com\/*", "http:\/\/play.pocketcasts.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "commands": { "toggle": { "suggested_key": { "default": "Alt+S" }, "description": "toggle play\/pause" } } } |