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是由https://akhilagg.com开发的Chrome扩展程序,该扩展的主要功能是“Summarize and Translate News Articles in Seconds using the same AI behind ChatGPT”。

扩展截图

screenshot

下载tl;dr: GPT3 News Summarizer扩展crx文件

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