Twitter2PDF- Convert Twitter to PDF

Twitter2PDF --Efficiently Convert Twitter Data to PDF

Qu'est-ce que Twitter2PDF- Convert Twitter to PDF ?

Twitter2PDF- Convert Twitter to PDF est une extension Chrome développée par https://twitter2pdf.com, et sa fonction principale est "Twitter2PDF --Efficiently Convert Twitter Data to PDF".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitter2PDF- Convert Twitter to PDF

Téléchargez les fichiers d'extension Twitter2PDF- Convert Twitter to PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter2PDF- Convert Twitter to PDF Twitter2PDF- Convert Twitter to PDF
ID pnhknplpjemjinfpnclkgkgadeiomnlc
URL Officiel https://chromewebstore.google.com/detail/twitter2pdf-convert-twitt/pnhknplpjemjinfpnclkgkgadeiomnlc
Description Twitter2PDF --Efficiently Convert Twitter Data to PDF
Taille du Fichier 25.96 KB
Nombre d'Installations 745
Version Actuelle 0.0.6
Dernière Mise à Jour 2023-08-23
Date de Publication 2023-04-06
Évaluation 1.00/5 Total 4 Évaluations
Développeur https://twitter2pdf.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.twitter2pdf.com
URL de la Page d'Aide https://www.twitter2pdf.com
URL de la Page de Politique de Confidentialité https://www.chatgpt2pdf.com/service.html
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}