YouTube PDF Maker
YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.
Cos'è YouTube PDF Maker?
YouTube PDF Maker è un'estensione di Chrome sviluppata da PinnacleQuant, e la sua funzione principale è "YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube PDF Maker
Scarica i file di estensione YouTube PDF Maker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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'.
Informazioni di Base sull'Estensione
Nome | YouTube PDF Maker |
ID | dnibiobdnjoeoekipkfnegjmghdlpkkm |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-pdf-maker/dnibiobdnjoeoekipkfnegjmghdlpkkm |
Descrizione | YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF. |
Dimensione del File | 161 KB |
Conteggio Installazioni | 1,004 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2023-12-13 |
Data di Pubblicazione | 2023-12-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | PinnacleQuant |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://PinnacleQuant.com |
URL della Pagina di Aiuto | https://PinnacleQuant.com |
Lingue Supportate | 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" } } } |