TLDR

AI Summarizer

ما هو TLDR؟

TLDR هو إضافة Chrome تم تطويرها بواسطة https://tldr-ai.io، والميزة الرئيسية لها هي "AI Summarizer".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TLDR

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

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

                        Discover TLDR, the ultimate AI-powered Chrome extension that revolutionizes the way you consume online content – and you can start for free! 🌐 TLDR uses the advanced capabilities of ChatGPT to help you quickly grasp the essence of any longform content on the internet, be it articles, blog posts, or even YouTube videos. Experience a smarter way of consuming information with TLDR's unique features:

Summarize: 📝 Transform any longform content into concise bullet points or paragraphs, providing you with an easy-to-digest summary in no time.

Length Selection: 🔍 Customize the length of your summary with Short, Medium, or Long options, ensuring you get the perfect level of detail for your needs.

Explain This: 💡 Struggling with a complex concept? Highlight a paragraph or topic and let TLDR break it down into simple, easy-to-understand terms using metaphors and clear explanations.

Save to PDF: 💾 Preserve your summaries in a sleek, branded PDF format, complete with the article title, link, and TLDR logo.

Text to Speech: 🔊 Listen to your summarized content with a convenient text-to-speech feature, available in male and female voices, and save voice memos for later.

Chat Feature: 💬 Engage in real-time AI-powered conversations to ask questions and gain a deeper understanding of the summarized content.

TLDR is easy to use and integrates seamlessly with your browsing experience. Best of all, you can start enjoying the benefits of TLDR for free! Don't waste another minute sifting through lengthy articles, blog posts, or videos. Install TLDR now and unlock the power of AI-driven summarization and simplification at your fingertips.                    

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

الاسم TLDR TLDR
ID gnailbmjcldiddkcifgghhdcdbcmaiof
عنوان URL الرسمي https://chromewebstore.google.com/detail/tldr/gnailbmjcldiddkcifgghhdcdbcmaiof
الوصف AI Summarizer
حجم الملف 603 KB
عدد التثبيتات 59
النسخة الحالية 1.0.0
آخر تحديث 2023-05-29
تاريخ النشر 2023-05-28
المطور https://tldr-ai.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI Summarizer",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "TLDR",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo150.png"
    },
    "icons": {
        "128": "logo150.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loader.gif",
                "xmark-solid.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/tldr-385702.uc.r.appspot.com\/*"
    ]
}