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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to control audio or video playing in background tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Play - control your background tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}