tl;dr: GPT3 News Summarizer

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

Co to jest tl;dr: GPT3 News Summarizer?

tl;dr: GPT3 News Summarizer to rozszerzenie Chrome opracowane przez https://akhilagg.com, a jego główną funkcją jest „Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia tl;dr: GPT3 News Summarizer

Pobierz pliki rozszerzeń tl;dr: GPT3 News Summarizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
Oficjalny URL https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
Opis Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
Rozmiar pliku 531 KB
Liczba instalacji 68
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-01-20
Data Publikacji 2023-01-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://akhilagg.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://newsgenerator.herokuapp.com
Adres URL Strony Pomocy https://akhilagg.com
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}