tl;dr: GPT3 News Summarizer

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

Was ist tl;dr: GPT3 News Summarizer?

tl;dr: GPT3 News Summarizer ist eine Chrome-Erweiterung, die von https://akhilagg.com entwickelt wurde, und ihr Hauptmerkmal ist "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

Erweiterungsscreenshots

screenshot

tl;dr: GPT3 News Summarizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie tl;dr: GPT3 News Summarizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
Offizielle URL https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
Beschreibung Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
Dateigröße 531 KB
Installationsanzahl 68
Aktuelle Version 1.0
Letztes Update 2023-01-20
Veröffentlichungsdatum 2023-01-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://akhilagg.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://newsgenerator.herokuapp.com
Hilfeseite URL https://akhilagg.com
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}