Summarize

Summarize any article using OpenAI's ChatGPT

Summarize란 무엇입니까?

Summarize은(는) https://summarize.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize any article using OpenAI's ChatGPT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Summarize 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Summarize any article using OpenAI's ChatGPT

---------------- Update - Version 0.0.7 ----------------
Fix running extension in youtube.com
Fix setting the default prompt

---------------- Update - Version 0.0.6 ----------------
- Choose prompt between "Traditional Chinese" and default (English)

Summarize any article using OpenAI's ChatGPT
Introducing Summarize, your AI-powered assistant that instantly summarizes articles and text. 

With the Summarize extension, you can get the main ideas of any page in just one click, without leaving the page. Whether you're reading news, articles, blogs, or research reports, Summarize has you covered.

Our AI-powered (powered by ChatGPT) summarization technology is trained to provide comprehensive and high-quality summaries that maximize speed and comprehension. And we continuously improve it with thousands of human-written summaries. This means that you can trust Summarize to deliver accurate and reliable summaries, every time.

With Summarize, you can get through all your open tabs faster, and spend more time on what matters. Stay up-to-date with everything you want to read, and never miss out on the key ideas again. Try Summarize today and experience the power of AI-powered summarization.                    

확장 프로그램 기본 정보

이름 Summarize Summarize
ID kjbpaokegiilajekbohjipdkojgekfij
공식 URL https://chromewebstore.google.com/detail/summarize/kjbpaokegiilajekbohjipdkojgekfij
설명 Summarize any article using OpenAI's ChatGPT
파일 크기 143 KB
설치 횟수 146
현재 버전 0.0.7
최근 업데이트 2023-08-22
출시 날짜 2023-08-20
개발자 https://summarize.site
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/clmnin/summarize.site
도움말 페이지 URL https://github.com/clmnin/summarize.site/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarize",
    "description": "Summarize any article using OpenAI's ChatGPT",
    "version": "0.0.7",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/clmnin\/summarize.site",
    "action": [],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}