GPT Summarizer

A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.

什么是GPT Summarizer?

GPT Summarizer是由developer开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.”。

扩展截图

screenshot
screenshot
screenshot

下载GPT Summarizer扩展crx文件

下载GPT Summarizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Summarize any web article quickly and without the need for any text selection using ChatGPT.🔥

Features:
* 100% free and no time limit.
* Easy and auto authorization with ChatGPT browser tab (no api-key required).
* Overview of page content without any text selection.
* General and Bullet-Points summarizing modes.
* Summarize in the original content language.
* Quick summary with stream response.
* Copy to clipboard.
* Speak option for summary text.
* Translation into 72 languages of the world.
* Regenerate summary.
* Caching summary text of the url for 10 minutes.                    

扩展基本信息

名称 GPT Summarizer GPT Summarizer
ID lnooklbibhjciljoigpckbeojhgoefig
官方URL https://chromewebstore.google.com/detail/gpt-summarizer/lnooklbibhjciljoigpckbeojhgoefig
简介 A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.
文件大小 676 KB
安装次数 843
当前版本 1.1.0
更新时间 2023-08-04
上架时间 2023-03-06
评分 4.44/5 共9次评分
开发者 developer
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/beshavardmh/GPT-Summarizer
隐私政策页面URL https://www.freeprivacypolicy.com/live/0cadb6be-5ef5-482a-8fa0-df345537f0c6
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Summarizer",
    "version": "1.1.0",
    "description": "A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles.",
    "manifest_version": 3,
    "author": "M.Ho3ein Beshavard",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "assets\/css\/main.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ]
}