DI Remote
Plays and stops Digitially Imported music player running in a tab
Co je DI Remote?
DI Remote je rozšíření Chrome vyvinuté David Laurell, a jeho hlavní funkcí je „Plays and stops Digitially Imported music player running in a tab“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DI Remote
Stáhněte si soubory rozšíření DI Remote ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Have multiple tabs open and don't want to search for the tab with Digitally Imported in it? Then this will let you quickly play and stop the music by an easy to reach button from everywhere!
Základní Informace o Rozšíření
Název | |
ID | gilkmoiggpejjinifplmidnhlmibgohd |
Oficiální URL | https://chrome.google.com/webstore/detail/di-remote/gilkmoiggpejjinifplmidnhlmibgohd |
Popis | Plays and stops Digitially Imported music player running in a tab |
Velikost souboru | 15.68 KB |
Počet instalací | 71 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2015-02-01 |
Datum Vydání | 2015-02-01 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | David Laurell |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DI Remote", "version": "0.1.1", "description": "Plays and stops Digitially Imported music player running in a tab", "icons": { "48": "play48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "play19.png", "default_title": "Start\/Stop Digitally Imported" }, "content_scripts": [ { "matches": [ "http:\/\/www.di.fm\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/www.di.fm\/*", "tabs" ] } |