YouTube PDF Maker
YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.
O que é YouTube PDF Maker?
YouTube PDF Maker é uma extensão do Chrome desenvolvida por PinnacleQuant, e sua principal característica é "YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube PDF Maker
Baixe arquivos de extensão YouTube PDF Maker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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'.
Informações Básicas da Extensão
Nome | YouTube PDF Maker |
ID | dnibiobdnjoeoekipkfnegjmghdlpkkm |
URL Oficial | https://chromewebstore.google.com/detail/youtube-pdf-maker/dnibiobdnjoeoekipkfnegjmghdlpkkm |
Descrição | YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF. |
Tamanho do Arquivo | 161 KB |
Contagem de Instalações | 1,004 |
Versão Atual | 1.01 |
Última Atualização | 2023-12-13 |
Data de Publicação | 2023-12-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | PinnacleQuant |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://PinnacleQuant.com |
URL da Página de Ajuda | https://PinnacleQuant.com |
Idiomas Suportados | 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" } } } |