Sequent
Creates a music playlist using YouTube links found on any webpage you a viewing
什麼是Sequent?
Sequent是由http://www.barryowens.net/sequent開發的Chrome擴展程式,該擴展的主要功能是“Creates a music playlist using YouTube links found on any webpage you a viewing”。
擴展截圖
下載Sequent擴展crx文件
下載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 |
官方網址 | 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" ] } |