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
官方網址 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": [
                ""
            ]
        }
    ]
}