Audible Toggle Play

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

Vad är Audible Toggle Play?

Audible Toggle Play är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.".

Ladda ner Audible Toggle Play-förlängningens CRX-fil

Ladda ner Audible Toggle Play-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Audible Toggle Play Audible Toggle Play
ID gknafjoejingghhegbhlcdlchgdlahmh
Officiell webbadress https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh
Beskrivning Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
Filstorlek 20.65 KB
Antal Installationer 189
Aktuell Version 1.1
Senast Uppdaterad 2017-10-30
Publiceringsdatum 2017-10-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        }
    }
}