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文件

下載Summarize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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