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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}