tl;dr: GPT3 News Summarizer

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

O que é tl;dr: GPT3 News Summarizer?

tl;dr: GPT3 News Summarizer é uma extensão do Chrome desenvolvida por https://akhilagg.com, e sua principal característica é "Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão tl;dr: GPT3 News Summarizer

Baixe arquivos de extensão tl;dr: GPT3 News Summarizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome tl;dr: GPT3 News Summarizer tl;dr: GPT3 News Summarizer
ID ddikohmknplkcapomompgabjabbicaij
URL Oficial https://chromewebstore.google.com/detail/tldr-gpt3-news-summarizer/ddikohmknplkcapomompgabjabbicaij
Descrição Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT
Tamanho do Arquivo 531 KB
Contagem de Instalações 68
Versão Atual 1.0
Última Atualização 2023-01-20
Data de Publicação 2023-01-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://akhilagg.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://newsgenerator.herokuapp.com
URL da Página de Ajuda https://akhilagg.com
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}