tl;dr: GPT3 News Summarizer

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

Qu'est-ce que tl;dr: GPT3 News Summarizer ?

tl;dr: GPT3 News Summarizer est une extension Chrome développée par https://akhilagg.com, et sa fonction principale est "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension tl;dr: GPT3 News Summarizer

Téléchargez les fichiers d'extension tl;dr: GPT3 News Summarizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
URL Officiel https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
Description Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
Taille du Fichier 531 KB
Nombre d'Installations 68
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-20
Date de Publication 2023-01-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://akhilagg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://newsgenerator.herokuapp.com
URL de la Page d'Aide https://akhilagg.com
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}