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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.」です。

Audible Toggle Play拡張機能のCRXファイルをダウンロード

Audible Toggle Play拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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"
        }
    }
}