tl;dr: GPT3 News Summarizer

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

¿Qué es tl;dr: GPT3 News Summarizer?

tl;dr: GPT3 News Summarizer es una extensión de Chrome desarrollada por https://akhilagg.com, y su función principal es "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión tl;dr: GPT3 News Summarizer

Descarga archivos de extensión tl;dr: GPT3 News Summarizer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
URL Oficial https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
Descripción Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
Tamaño del Archivo 531 KB
Cantidad de Instalaciones 68
Versión Actual 1.0
Última Actualización 2023-01-20
Fecha de Publicación 2023-01-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://akhilagg.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://newsgenerator.herokuapp.com
URL de la Página de Ayuda https://akhilagg.com
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}