YouTube Chapter Editor
Chapter Editor for YouTube Studio.
YouTube Chapter Editor란 무엇입니까?
YouTube Chapter Editor은(는) Naoto Tazawa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chapter Editor for YouTube Studio."입니다.
확장 프로그램 스크린샷
YouTube Chapter Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool allows you to efficiently create YouTube chapters. You can paste the generated text anywhere in the video description field to make the chapter effective. How to use this tool 1. Go to the edit page of the video where you created the chapter. 2. Click the icon for this extension from the top-right toolbar of Google Chrome. 3. The editing tool will be embedded in your video player. 4. While playing the video, press the "Add" button to add a chapter and enter a title. 5. Copy the automatically generated text for pasting and paste it anywhere in the video description field. Function - Skipping 5, 10 and 60 seconds before and after the video - Jump to the start time of the added chapter by pressing the left play button. - The added chapters can be adjusted by clicking the up and down icons in 1 second increments. - Delete added chapters - The error message is displayed when the YouTube requirement for enabling chapters is not met.
확장 프로그램 기본 정보
이름 | YouTube Chapter Editor |
ID | bjcbfemjpjpoiefolemocadinijjdmgd |
공식 URL | https://chromewebstore.google.com/detail/youtube-chapter-editor/bjcbfemjpjpoiefolemocadinijjdmgd |
설명 | Chapter Editor for YouTube Studio. |
파일 크기 | 78.5 KB |
설치 횟수 | 795 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2023-02-28 |
출시 날짜 | 2020-09-14 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Naoto Tazawa |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://note.com/tazawa_naoto/n/n445d5665cbb1 |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "version": "1.0.7", "description": "__MSG_ext_description__", "default_locale": "ja", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "page_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "__MSG_ext_default_title__" }, "permissions": [ "tabs", "declarativeContent", "https:\/\/studio.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/studio.youtube.com\/*" ], "css": [ "content_scripts\/bundle.css" ], "js": [ "content_scripts\/bundle.js" ] } ], "background": { "scripts": [ "background\/hot-reload.js", "background\/background.js" ] }, "web_accessible_resources": [ "*.png" ] } |