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 |
官方網址 | 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": [ " |