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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save anyone's Twitter tweets as a beautiful PDF eBook with text copying,selection,and full-text search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tweets2PDF - Convert All Tweets to One PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}