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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } } |