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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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": [
                ""
            ]
        }
    ]
}