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.」です。
拡張機能のスクリーンショット
YouTube PDF Maker拡張機能のCRXファイルをダウンロード
YouTube PDF Maker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } } |