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 - это расширение Chrome, разработанное https://akhilagg.com, и его основная функция - "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения tl;dr: GPT3 News Summarizer

Скачайте файлы расширений tl;dr: GPT3 News Summarizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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": [
                ""
            ]
        }
    ]
}