Audible Toggle Play
Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
什麼是Audible Toggle Play?
Audible Toggle Play是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.”。
下載Audible Toggle Play擴展crx文件
下載Audible Toggle Play擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | Audible Toggle Play |
ID | gknafjoejingghhegbhlcdlchgdlahmh |
官方網址 | https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh |
簡介 | Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab. |
檔案大小 | 20.65 KB |
安裝次數 | 189 |
目前版本 | 1.1 |
更新時間 | 2017-10-30 |
上架時間 | 2017-10-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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" } } } |