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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PinnacleQuant และคุณลักษณะหลักของมันคือ "YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube PDF Maker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } } |