Sequent
Creates a music playlist using YouTube links found on any webpage you a viewing
Sequentคืออะไร?
Sequent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.barryowens.net/sequent และคุณลักษณะหลักของมันคือ "Creates a music playlist using YouTube links found on any webpage you a viewing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sequent
ดาวน์โหลดไฟล์ส่วนขยาย Sequent ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sequent allows you to create a music playlist from YouTube links found on any web page you are viewing. Some popular uses may include Facebook groups, SubReddits or music blogs. Simply download the extension, browse to the page you want to load links from. (try http://www.reddit.com/r/futurefunkairlines) Click the Sequent Icon and click create playlist. The YouTube links will be used to create a playlist you can play through.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cmfdldodgpdfepjckfdfkekhahlndjgd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd |
คำอธิบาย | Creates a music playlist using YouTube links found on any webpage you a viewing |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 0.0.0.7 |
อัปเดตครั้งล่าสุด | 2015-06-01 |
วันที่เผยแพร่ | 2015-06-01 |
คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://www.barryowens.net/sequent |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.barryowens.net/sequent/main.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sequent", "version": "0.0.0.7", "manifest_version": 2, "description": "Creates a music playlist using YouTube links found on any webpage you a viewing", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-1.7.2.js" ] } ], "web_accessible_resources": [ "playerBackground.js", "fonts\/Neou-Bold.ttf" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |