Twitter2PDF- Convert Twitter to PDF

Twitter2PDF --Efficiently Convert Twitter Data to PDF

什麼是Twitter2PDF- Convert Twitter to PDF?

Twitter2PDF- Convert Twitter to PDF是由https://twitter2pdf.com開發的Chrome擴展程式,該擴展的主要功能是“Twitter2PDF --Efficiently Convert Twitter Data to PDF”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Twitter2PDF- Convert Twitter to PDF擴展crx文件

下載Twitter2PDF- Convert Twitter to PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL https://www.twitter2pdf.com
隱私政策頁面URL 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\/*"
            ]
        }
    ]
}