Pocket Casts Toggle Play
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
什么是Pocket Casts Toggle Play?
Pocket Casts Toggle Play是由oyvind.nilsen开发的Chrome扩展程序,该扩展的主要功能是“Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.”。
下载Pocket Casts Toggle Play扩展crx文件
下载Pocket Casts Toggle Play扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.
扩展基本信息
名称 | |
ID | imkmbigkncglnfljhkdbnifikpdgefbi |
官方URL | https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi |
简介 | Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast. |
文件大小 | 12.69 KB |
安装次数 | 12 |
当前版本 | 1.0 |
更新时间 | 2017-11-14 |
上架时间 | 2017-11-14 |
评分 | 5.00/5 共1次评分 |
开发者 | oyvind.nilsen |
付费类型 | free |
支持的语言 | 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" } } } |