Play - control your background tabs

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

什么是Play - control your background tabs?

Play - control your background tabs是由vdg开发的Chrome扩展程序,该扩展的主要功能是“An extension to control audio or video playing in background tabs.”。

扩展截图

screenshot

下载Play - control your background tabs扩展crx文件

下载Play - control your background tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Play - control your background tabs Play - control your background tabs
ID ggmbimncibjjccpgnfjacipbbnjadggg
官方URL https://chrome.google.com/webstore/detail/play-control-your-backgro/ggmbimncibjjccpgnfjacipbbnjadggg
简介 An extension to control audio or video playing in background tabs.
文件大小 26.51 KB
安装次数 368
当前版本 0.5.1
更新时间 2014-03-02
上架时间 2014-03-02
评分 3.56/5 共9次评分
开发者 vdg
付费类型 free
支持的语言 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'"
}