Twitter2PDF- Convert Twitter to PDF

Twitter2PDF --Efficiently Convert Twitter Data to PDF

Was ist Twitter2PDF- Convert Twitter to PDF?

Twitter2PDF- Convert Twitter to PDF ist eine Chrome-Erweiterung, die von https://twitter2pdf.com entwickelt wurde, und ihr Hauptmerkmal ist "Twitter2PDF --Efficiently Convert Twitter Data to PDF".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Twitter2PDF- Convert Twitter to PDF-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter2PDF- Convert Twitter to PDF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Twitter2PDF- Convert Twitter to PDF Twitter2PDF- Convert Twitter to PDF
ID pnhknplpjemjinfpnclkgkgadeiomnlc
Offizielle URL https://chromewebstore.google.com/detail/twitter2pdf-convert-twitt/pnhknplpjemjinfpnclkgkgadeiomnlc
Beschreibung Twitter2PDF --Efficiently Convert Twitter Data to PDF
Dateigröße 25.96 KB
Installationsanzahl 745
Aktuelle Version 0.0.6
Letztes Update 2023-08-23
Veröffentlichungsdatum 2023-04-06
Bewertung 1.00/5 Insgesamt 4 Bewertungen
Entwickler https://twitter2pdf.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.twitter2pdf.com
Hilfeseite URL https://www.twitter2pdf.com
URL der Datenschutzrichtlinien-Seite https://www.chatgpt2pdf.com/service.html
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}