DI Remote
Plays and stops Digitially Imported music player running in a tab
什麼是DI Remote?
DI Remote是由David Laurell開發的Chrome擴展程式,該擴展的主要功能是“Plays and stops Digitially Imported music player running in a tab”。
擴展截圖
下載DI Remote擴展crx文件
下載DI Remote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | gilkmoiggpejjinifplmidnhlmibgohd |
官方網址 | https://chrome.google.com/webstore/detail/di-remote/gilkmoiggpejjinifplmidnhlmibgohd |
簡介 | Plays and stops Digitially Imported music player running in a tab |
檔案大小 | 15.68 KB |
安裝次數 | 71 |
目前版本 | 0.1.1 |
更新時間 | 2015-02-01 |
上架時間 | 2015-02-01 |
評分 | 4.50/5 共 2 次評分 |
開發者 | David Laurell |
付費類型 | free |
支援的語言 | 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" ] } |