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은(는) https://akhilagg.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT"입니다.

확장 프로그램 스크린샷

screenshot

tl;dr: GPT3 News Summarizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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": [
                ""
            ]
        }
    ]
}