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
Eメール [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": [
                ""
            ]
        }
    ]
}