Twitter2PDF- Convert Twitter to PDF
Twitter2PDF --Efficiently Convert Twitter Data to PDF
Apa itu Twitter2PDF- Convert Twitter to PDF?
Twitter2PDF- Convert Twitter to PDF adalah ekstensi Chrome yang dikembangkan oleh https://twitter2pdf.com, dan fitur utamanya adalah "Twitter2PDF --Efficiently Convert Twitter Data to PDF".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter2PDF- Convert Twitter to PDF
Unduh file ekstensi Twitter2PDF- Convert Twitter to PDF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitter2PDF- Convert Twitter to PDF |
ID | pnhknplpjemjinfpnclkgkgadeiomnlc |
URL Resmi | https://chromewebstore.google.com/detail/twitter2pdf-convert-twitt/pnhknplpjemjinfpnclkgkgadeiomnlc |
Deskripsi | Twitter2PDF --Efficiently Convert Twitter Data to PDF |
Ukuran File | 25.96 KB |
Jumlah Instalasi | 745 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2023-08-23 |
Tanggal Publikasi | 2023-04-06 |
Penilaian | 1.00/5 Total 4 Penilaian |
Pengembang | https://twitter2pdf.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.twitter2pdf.com |
URL Halaman Bantuan | https://www.twitter2pdf.com |
URL Halaman Kebijakan Privasi | https://www.chatgpt2pdf.com/service.html |
Bahasa yang Didukung | 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\/*" ] } ] } |