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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audible Toggle Play
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } } |