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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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\/*"
            ]
        }
    ]
}