tl;dr: GPT3 News Summarizer

Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT

ما هو tl;dr: GPT3 News Summarizer؟

tl;dr: GPT3 News Summarizer هو إضافة Chrome تم تطويرها بواسطة https://akhilagg.com، والميزة الرئيسية لها هي "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

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

screenshot

تحميل ملف CRX للإضافة tl;dr: GPT3 News Summarizer

قم بتنزيل ملفات الامتداد tl;dr: GPT3 News Summarizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Tired of reading the news? Let AI read it for you. tl;dr leverages OpenAI breakthrough AI, GPT3, to extract key points from news articles to save you time and effort. With tl;dr, you can get all the info you want and leave the useless filler behind. 

tl;dr also enables cross-language translation, and additional directions to input into your summary, such as "Explain it to me like I'm five years old" or "Give me the key statistics I can point to in the summary". Make summarization quick, simple, and effective with tl;dr.                    

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

الاسم tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
عنوان URL الرسمي https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
الوصف Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
حجم الملف 531 KB
عدد التثبيتات 68
النسخة الحالية 1.0
آخر تحديث 2023-01-20
تاريخ النشر 2023-01-20
تقييم 5.00/5 مجموع تقييمات 1
المطور https://akhilagg.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://newsgenerator.herokuapp.com
عنوان صفحة المساعدة https://akhilagg.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tl;dr: GPT3 News Summarizer",
    "description": "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "https:\/\/newsgenerator.herokuapp.com\/",
        "https:\/\/newsgenerator.herokuapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "popup.html",
                "icon.png",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}