Twitter2PDF- Convert Twitter to PDF

Twitter2PDF --Efficiently Convert Twitter Data to PDF

ما هو Twitter2PDF- Convert Twitter to PDF؟

Twitter2PDF- Convert Twitter to PDF هو إضافة Chrome تم تطويرها بواسطة https://twitter2pdf.com، والميزة الرئيسية لها هي "Twitter2PDF --Efficiently Convert Twitter Data to PDF".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Twitter2PDF- Convert Twitter to PDF

قم بتنزيل ملفات الامتداد Twitter2PDF- Convert Twitter to PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Twitter2PDF- Convert Twitter to PDF Twitter2PDF- Convert Twitter to PDF
ID pnhknplpjemjinfpnclkgkgadeiomnlc
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter2pdf-convert-twitt/pnhknplpjemjinfpnclkgkgadeiomnlc
الوصف Twitter2PDF --Efficiently Convert Twitter Data to PDF
حجم الملف 25.96 KB
عدد التثبيتات 745
النسخة الحالية 0.0.6
آخر تحديث 2023-08-23
تاريخ النشر 2023-04-06
تقييم 1.00/5 مجموع تقييمات 4
المطور https://twitter2pdf.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.twitter2pdf.com
عنوان صفحة المساعدة https://www.twitter2pdf.com
عنوان صفحة سياسة الخصوصية https://www.chatgpt2pdf.com/service.html
اللغات المدعومة 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\/*"
            ]
        }
    ]
}