Tweets2PDF - Convert All Tweets to One PDF

Save anyone's Twitter tweets as a beautiful PDF eBook with text copying,selection,and full-text search

Tweets2PDF - Convert All Tweets to One PDF란 무엇입니까?

Tweets2PDF - Convert All Tweets to One PDF은(는) XTCodeTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save anyone's Twitter tweets as a beautiful PDF eBook with text copying,selection,and full-text search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tweets2PDF - Convert All Tweets to One PDF 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With our Chrome extension Tweets2PDF, you can easily save any user's tweets including images as a beautifully crafted PDF ebook with ONE CLICK, ensuring that you never lose access to your favorite content.

🙂How it works:
1. Copy the Twitter ScreenName(e.g., @NASA, copy NASA) .
2. Paste the ScreenName into the extension and click the "Start Generate" button.
3. Select the image size for tweets.
4. Click the three dots located in the upper right corner of the Chrome browser, select "Print," choose "Save as PDF," and then select your preferred paper size (usually A4). For the best-looking ebook, we recommend unchecking "Headers and Footers" and checking "Background Graphics",Then click "Save".

📋Features:
1.The generated PDF ebook includes three types of tweets - regular tweets, retweets, and conversations - displayed in different colors for easy differentiation.
2.Conversations include tweets from the original author and replies from the user whose tweets you are exporting, making it easier to understand the context.
3.The exported PDF will include images from tweets, with options to select the image size as small, medium, or large. Alternatively, users can choose to not display images at all in the exported PDF.
4.You can click on a button next to each tweet to view the original tweet on the Twitter website at any time.
5.The generated PDF can be read on all devices.
6.The generated PDF supports text selection and copying, as well as full-text search.
7.You can print the PDF to create a physical copy of the ebook for your collection.

🔒Data Privacy:
At our company, safeguarding the security and privacy of user data is our top priority, and we deeply respect the trust our users place in us. To that end, we strictly adhere to all applicable privacy regulations and guidelines, such as the General Data Protection Regulation (GDPR) and the California Consumer Privacy Act (CCPA).

📘Disclaimer: 
Please be advised that Twitter is a registered trademark of Twitter, Inc. Tweets2PDF is an independent browser extension and is not in any way associated with Twitter. 

👍Changelogs:
2023/7/8 version 1.1: Fix bug
2023/7/15 version 1.2: Fix bug
2023/8/22 version 1.3: Fix bug, Automatically manage Twitter's rate limit.
2023/8/30 version 1.4: Fix bug
2023/8/31 version 1.5: Fix bug
2023/9/7 version 1.6: Users now have the option to toggle on/off including retweets when exporting tweets to PDF
2023/10/10 version 1.7: Add a user interface for managing subscriptions.
2024/2/5 version 1.8: The PDF can display all images from tweets, with options for the image size to be small, medium, or large, as well as an option to not display images at all.

✉️Contact us:
We are always working on enhancing the experience for our users by introducing new features. Your feedback and suggestions are highly valued, and we encourage you to share them with us via email at [email protected]. We are dedicated to improving our extension to meet your needs and would be delighted to hear from you.                    

확장 프로그램 기본 정보

이름 Tweets2PDF - Convert All Tweets to One PDF Tweets2PDF - Convert All Tweets to One PDF
ID pejnadmicnlplkikkehepadeikcknjll
공식 URL https://chromewebstore.google.com/detail/tweets2pdf-convert-all-tw/pejnadmicnlplkikkehepadeikcknjll
설명 Save anyone's Twitter tweets as a beautiful PDF eBook with text copying,selection,and full-text search
파일 크기 1.01 MB
설치 횟수 596
현재 버전 1.8.0
최근 업데이트 2024-02-06
출시 날짜 2023-07-02
평점 5.00/5 총 1 개의 평점
개발자 XTCodeTech
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://easyhighlight.xtcodetech.com/private.html
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.8.0",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "author": "XTCodeTech",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.twimg.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "http:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/bootstrap.min.js",
                "js\/csvparse.js",
                "js\/content.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Tweets2PDF",
        "default_popup": "\/pages\/popup.html",
        "default_icon": {
            "16": "\/imgs\/icon16.png",
            "32": "\/imgs\/icon32.png"
        }
    },
    "icons": {
        "16": "\/imgs\/icon16.png",
        "32": "\/imgs\/icon32.png",
        "48": "\/imgs\/icon48.png",
        "128": "\/imgs\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/bootstrap.min.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlHA9dhKwhKnqF0Zt9RYUIMD06Mid95+jn\/bfg+SWUx6HY6Ti3PYe9cSt\/UqG2NtAZLYbxj0LY+uI3XFbMJ3owBwqDtSr16A3Y5UAwk9GFsxMUtvxUq1kfrbCYaOwibe++Jib5NuSmrPzchSl2ojFci9jio6cCDCBbQGa1x\/IWVrK2WiYIWmLhOW+RP9w\/\/o9Kz0AvBUrcz\/SVaoAv06LhL+qqAcXETNu0ilO7u0cdFA1beNSIuhh21Jkjn3zMh5SekrjF79OC4JrHLeTvK4HOT8o1u3c3uj5pnyoAJDnHIAiujDZIEKW5jlzzHxlXxMREd906wI+IJwg+pYvga3UmQIDAQAB",
    "oauth2": {
        "client_id": "206561442920-18cunbs2fvnmriurg7erdc8e864ehi0l.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "default_locale": "en"
}