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