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 |
公式URL | 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" ] } |