tl;dr: GPT3 News Summarizer

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

Wat is tl;dr: GPT3 News Summarizer?

tl;dr: GPT3 News Summarizer is een Chrome-extensie ontwikkeld door https://akhilagg.com, en de belangrijkste functie is "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie tl;dr: GPT3 News Summarizer

Download tl;dr: GPT3 News Summarizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
Officiële URL https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
Beschrijving Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
Bestandsgrootte 531 KB
Aantal Installaties 68
Huidige Versie 1.0
Laatst Bijgewerkt 2023-01-20
Publicatiedatum 2023-01-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://akhilagg.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://newsgenerator.herokuapp.com
Help Pagina-URL https://akhilagg.com
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}