Cherry Queue
Add soundcloud and youtube links to your queue and control them from any page
Cherry Queueとは何ですか?
Cherry Queueはsantiagoangel10によって開発されたChromeの拡張機能で、その主な機能は「Add soundcloud and youtube links to your queue and control them from any page」です。
拡張機能のスクリーンショット
Cherry Queue拡張機能のCRXファイルをダウンロード
Cherry Queue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cherry lets you add Youtube and Soundcloud tracks to a queue with a single click from any page. Once tracks are in your queue you can control them from any page. The queue is easy to sort and edit and lets you keep a separate list for history and favorites.
***
This product is still in beta so if you find any bugs or have any comments please report them to the e-mail in the "about" section of the extension and we'll fix them as soon as we can. Enjoy
*** 拡張機能の基本情報
| 名前 | |
| ID | nemhfbfdbkbifmfdomenddkmphkhejlp |
| 公式URL | https://chrome.google.com/webstore/detail/cherry-queue/nemhfbfdbkbifmfdomenddkmphkhejlp |
| 説明 | Add soundcloud and youtube links to your queue and control them from any page |
| ファイルサイズ | 2.5 MB |
| インストール数 | 17 |
| 現在のバージョン | 1.2.7 |
| 最終更新日 | 2014-05-24 |
| 公開日 | 2014-05-24 |
| 評価 | 4.86/5 合計 7 レビュー |
| 開発者 | santiagoangel10 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://get-cherry.com |
| ヘルプページのURL | http://get-cherry.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cherry Queue",
"description": "Add soundcloud and youtube links to your queue and control them from any page",
"version": "1.2.7",
"short_name": "Cherry",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "assets\/images\/icons\/16px.png"
},
"background": {
"scripts": [
"assets\/vendor\/js\/mixpanel.js",
"assets\/vendor\/js\/alertify.min.js",
"assets\/vendor\/js\/jquery-1.10.2.min.js",
"assets\/js\/shared.js",
"assets\/js\/storage.js",
"assets\/js\/background.js"
]
},
"options_page": "options.html",
"web_accessible_resources": [
"assets\/vendor\/js\/alertify.min.js",
"assets\/images\/*.png"
],
"icons": {
"16": "assets\/images\/icons\/16px.png",
"48": "assets\/images\/icons\/48px.png",
"128": "assets\/images\/icons\/128px.png"
},
"content_scripts": [
{
"run_at": "document_end",
"all_frames": false,
"css": [
"assets\/css\/content.css"
],
"matches": [
" | |