Audible Toggle Play
Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
Co to jest Audible Toggle Play?
Audible Toggle Play to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.”.
Pobierz plik CRX rozszerzenia Audible Toggle Play
Pobierz pliki rozszerzeń Audible Toggle Play w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | Audible Toggle Play |
ID | gknafjoejingghhegbhlcdlchgdlahmh |
Oficjalny URL | https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh |
Opis | Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab. |
Rozmiar pliku | 20.65 KB |
Liczba instalacji | 189 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-10-30 |
Data Publikacji | 2017-10-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } |