Play - control your background tabs

An extension to control audio or video playing in background tabs.

Play - control your background tabs là gì?

Play - control your background tabs là một tiện ích mở rộng Chrome được phát triển bởi vdg, và tính năng chính của nó là "An extension to control audio or video playing in background tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Play - control your background tabs

Tải xuống các tệp mở rộng Play - control your background tabs 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

                        A Chrome extension that will let you play and pause videos or songs playing in other browser tabs.

If you are listening to music on Youtube while visiting another web page, you won't need to go back to Youtube to pause the video.

Extremely simple to use:
  * pick the tab where the music is playing
  * use the keyboard shortcut to play or pause

Default keyboard shortcut: ⇧ + alt + P
Customizable by going to: chrome://extensions                    

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

Tên Play - control your background tabs Play - control your background tabs
ID ggmbimncibjjccpgnfjacipbbnjadggg
URL Chính Thức https://chrome.google.com/webstore/detail/play-control-your-backgro/ggmbimncibjjccpgnfjacipbbnjadggg
Mô tả An extension to control audio or video playing in background tabs.
Kích Thước Tệp 26.51 KB
Số Lần Cài Đặt 368
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2014-03-02
Ngày Phát Hành 2014-03-02
Đánh Giá 3.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển vdg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Play - control your background tabs",
    "short_name": "Play",
    "version": "0.5.1",
    "description": "An extension to control audio or video playing in background tabs.",
    "icons": {
        "16": "play_icon_16.png",
        "48": "play_icon_48.png",
        "128": "play_icon_128.png"
    },
    "browser_action": {
        "default_icon": "play_icon_38.png"
    },
    "commands": {
        "playPauseCommand": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            },
            "description": "Play or pause stream"
        }
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}