Twitter2PDF- Convert Twitter to PDF
Twitter2PDF --Efficiently Convert Twitter Data to PDF
O que é Twitter2PDF- Convert Twitter to PDF?
Twitter2PDF- Convert Twitter to PDF é uma extensão do Chrome desenvolvida por https://twitter2pdf.com, e sua principal característica é "Twitter2PDF --Efficiently Convert Twitter Data to PDF".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter2PDF- Convert Twitter to PDF
Baixe arquivos de extensão Twitter2PDF- Convert Twitter to PDF 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
Firstly, you need to search and download the "Twitter2PDF" Chrome extension in the Chrome web store. After installation, visit Twitter and find the content you want to save. On the page where the content is located, click the "twitter to pdf" extension icon in the top right corner of your browser. This will open a new browser tab. On the new tab, you can customize the style of the page you want to save by using different options. You can change font sizes, colors, etc. Once done, click on the "Download PDF" button. Wait for a few moments until the PDF file is downloaded. You can find the file by clicking the "Finished" button on the browser's download progress bar and then opening it through a PDF reader.
Informações Básicas da Extensão
Nome | Twitter2PDF- Convert Twitter to PDF |
ID | pnhknplpjemjinfpnclkgkgadeiomnlc |
URL Oficial | https://chromewebstore.google.com/detail/twitter2pdf-convert-twitt/pnhknplpjemjinfpnclkgkgadeiomnlc |
Descrição | Twitter2PDF --Efficiently Convert Twitter Data to PDF |
Tamanho do Arquivo | 25.96 KB |
Contagem de Instalações | 745 |
Versão Atual | 0.0.6 |
Última Atualização | 2023-08-23 |
Data de Publicação | 2023-04-06 |
Classificação | 1.00/5 Total de 4 Avaliações |
Desenvolvedor | https://twitter2pdf.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.twitter2pdf.com |
URL da Página de Ajuda | https://www.twitter2pdf.com |
URL da Página de Política de Privacidade | https://www.chatgpt2pdf.com/service.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter2PDF- Convert Twitter to PDF", "description": "Twitter2PDF --Efficiently Convert Twitter Data to PDF ", "manifest_version": 3, "version": "0.0.6", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "downloads", "cookies" ], "action": { "default_popup": "jump.html", "default_icon": "images\/48.png" }, "host_permissions": [ "https:\/\/twitter.com\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/www.aihuoji.com\/*" ] } ] } |