tl;dr: GPT3 News Summarizer

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

Cos'è tl;dr: GPT3 News Summarizer?

tl;dr: GPT3 News Summarizer è un'estensione di Chrome sviluppata da https://akhilagg.com, e la sua funzione principale è "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tl;dr: GPT3 News Summarizer

Scarica i file di estensione tl;dr: GPT3 News Summarizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
URL Ufficiale https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
Descrizione Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
Dimensione del File 531 KB
Conteggio Installazioni 68
Versione Corrente 1.0
Ultimo Aggiornamento 2023-01-20
Data di Pubblicazione 2023-01-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://akhilagg.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://newsgenerator.herokuapp.com
URL della Pagina di Aiuto https://akhilagg.com
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}