Audible Toggle Play
Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
Apa itu Audible Toggle Play?
Audible Toggle Play adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.".
Unduh Berkas CRX Ekstensi Audible Toggle Play
Unduh file ekstensi Audible Toggle Play dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | Audible Toggle Play |
ID | gknafjoejingghhegbhlcdlchgdlahmh |
URL Resmi | https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh |
Deskripsi | Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab. |
Ukuran File | 20.65 KB |
Jumlah Instalasi | 189 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-10-30 |
Tanggal Publikasi | 2017-10-30 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |