Enable Chapters for Youtube
This will enable the Chapters feature for Youtube.
Enable Chapters for Youtubeとは何ですか?
Enable Chapters for YoutubeはRobin van Nunenによって開発されたChromeの拡張機能で、その主な機能は「This will enable the Chapters feature for Youtube.」です。
拡張機能のスクリーンショット
Enable Chapters for Youtube拡張機能のCRXファイルをダウンロード
Enable Chapters for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension searches for chapter definitions in the video description or in the comment section and shows them in the video timeline. It works with any video and is very useful for i.e.: music sets and podcasts. Example chapter definition: 00:00 - Intro [02:00] Topic 1 (02:00) Topic 2 Topic 3 - 03:00
拡張機能の基本情報
名前 | |
ID | mmkmlfcfdmdccmddalhcdfappcdhmbgg |
公式URL | https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg |
説明 | This will enable the Chapters feature for Youtube. |
ファイルサイズ | 18.49 KB |
インストール数 | 33 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-06-22 |
公開日 | 2020-06-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Robin van Nunen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enable Chapters for Youtube", "version": "1.0.0", "author": "Robin van Nunen", "description": "This will enable the Chapters feature for Youtube.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content.js" ] } |