YouTube Chapter Editor

Chapter Editor for YouTube Studio.

YouTube Chapter Editorคืออะไร?

YouTube Chapter Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naoto Tazawa และคุณลักษณะหลักของมันคือ "Chapter Editor for YouTube Studio."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Chapter Editor

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Chapter Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}