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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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