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 là gì?

Audible Toggle Play là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.".

Tải xuống tệp CRX của tiện ích mở rộng Audible Toggle Play

Tải xuống các tệp mở rộng Audible Toggle Play dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Audible Toggle Play Audible Toggle Play
ID gknafjoejingghhegbhlcdlchgdlahmh
URL Chính Thức https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh
Mô tả Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
Kích Thước Tệp 20.65 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-10-30
Ngày Phát Hành 2017-10-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}