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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |