Twitter2PDF- Convert Twitter to PDF
Twitter2PDF --Efficiently Convert Twitter Data to PDF
What is Twitter2PDF- Convert Twitter to PDF?
Twitter2PDF- Convert Twitter to PDF is a Chrome extension developed by https://twitter2pdf.com, and its main feature is "Twitter2PDF --Efficiently Convert Twitter Data to PDF".
Extension Screenshots
Download Twitter2PDF- Convert Twitter to PDF Extension CRX File
Download Twitter2PDF- Convert Twitter to PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitter2PDF- Convert Twitter to PDF |
ID | pnhknplpjemjinfpnclkgkgadeiomnlc |
Official URL | https://chromewebstore.google.com/detail/twitter2pdf-convert-twitt/pnhknplpjemjinfpnclkgkgadeiomnlc |
Description | Twitter2PDF --Efficiently Convert Twitter Data to PDF |
File Size | 25.96 KB |
Installation Count | 745 |
Current Version | 0.0.6 |
Last Updated | 2023-08-23 |
Publish Date | 2023-04-06 |
Rating | 1.00/5 Total 4 Ratings |
Developer | https://twitter2pdf.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.twitter2pdf.com |
Help Page URL | https://www.twitter2pdf.com |
Privacy Policy Page URL | https://www.chatgpt2pdf.com/service.html |
Supported Languages | 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\/*" ] } ] } |