YouTube PDF Maker

YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.

YouTube PDF Maker란 무엇입니까?

YouTube PDF Maker은(는) PinnacleQuant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF."입니다.

확장 프로그램 스크린샷

screenshot

YouTube PDF Maker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Discover the power of YouTube PDF Maker, the free Chrome extension that allows you to capture and convert specific scenes from YouTube videos into high-quality PDFs. It's an indispensable tool for educators, researchers, or anyone in need of preserving video content in a static format. With this extension, you can easily create PDF snapshots of your favorite video moments, compile visual materials for academic or professional presentations, and share content-rich documents without any cost. Embrace the simplicity of turning dynamic videos into printable documents with 'YouTube PDF Maker'.                    

확장 프로그램 기본 정보

이름 YouTube PDF Maker YouTube PDF Maker
ID dnibiobdnjoeoekipkfnegjmghdlpkkm
공식 URL https://chromewebstore.google.com/detail/youtube-pdf-maker/dnibiobdnjoeoekipkfnegjmghdlpkkm
설명 YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.
파일 크기 161 KB
설치 횟수 1,004
현재 버전 1.01
최근 업데이트 2023-12-13
출시 날짜 2023-12-12
평점 5.00/5 총 1 개의 평점
개발자 PinnacleQuant
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://PinnacleQuant.com
도움말 페이지 URL https://PinnacleQuant.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube PDF Maker",
    "version": "1.01",
    "description": "YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.",
    "permissions": [
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jspdf.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}