Audible Toggle Play

Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.

Was ist Audible Toggle Play?

Audible Toggle Play ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.".

Audible Toggle Play-Erweiterungs-CRX-Datei herunterladen

Laden Sie Audible Toggle Play-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Audible Toggle Play Audible Toggle Play
ID gknafjoejingghhegbhlcdlchgdlahmh
Offizielle URL https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh
Beschreibung Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
Dateigröße 20.65 KB
Installationsanzahl 189
Aktuelle Version 1.1
Letztes Update 2017-10-30
Veröffentlichungsdatum 2017-10-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}