Cherry Queue
Add soundcloud and youtube links to your queue and control them from any page
Hvad er Cherry Queue?
Cherry Queue er en Chrome-udvidelse udviklet af santiagoangel10, og dens hovedfunktion er "Add soundcloud and youtube links to your queue and control them from any page".
Udvidelsesskærmbilleder
Download Cherry Queue-udvidelses-CRX-fil
Download Cherry Queue-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 ***
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nemhfbfdbkbifmfdomenddkmphkhejlp |
Officiel URL | https://chrome.google.com/webstore/detail/cherry-queue/nemhfbfdbkbifmfdomenddkmphkhejlp |
Beskrivelse | Add soundcloud and youtube links to your queue and control them from any page |
Filstørrelse | 2.5 MB |
Antal Installationer | 17 |
Nuværende Version | 1.2.7 |
Senest Opdateret | 2014-05-24 |
Udgivelsesdato | 2014-05-24 |
Bedømmelse | 4.86/5 Samlet 7 Bedømmelser |
Udvikler | santiagoangel10 |
Betalingsmetode | free |
Udvidelseswebsted | http://get-cherry.com |
Hjælpeside-URL | http://get-cherry.com |
Understøttede Sprog | 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": [ " |