Play - control your background tabs
An extension to control audio or video playing in background tabs.
Wat is Play - control your background tabs?
Play - control your background tabs is een Chrome-extensie ontwikkeld door vdg, en de belangrijkste functie is "An extension to control audio or video playing in background tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Play - control your background tabs
Download Play - control your background tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ggmbimncibjjccpgnfjacipbbnjadggg |
Officiële URL | https://chrome.google.com/webstore/detail/play-control-your-backgro/ggmbimncibjjccpgnfjacipbbnjadggg |
Beschrijving | An extension to control audio or video playing in background tabs. |
Bestandsgrootte | 26.51 KB |
Aantal Installaties | 368 |
Huidige Versie | 0.5.1 |
Laatst Bijgewerkt | 2014-03-02 |
Publicatiedatum | 2014-03-02 |
Beoordeling | 3.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | vdg |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |