Cherry Queue
Add soundcloud and youtube links to your queue and control them from any page
Cherry Queue क्या है?
Cherry Queue santiagoangel10 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add soundcloud and youtube links to your queue and control them from any page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cherry Queue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |