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 |
公式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 |
Eメール | [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" ] } |