ChatGPT Summary - summarize assistant

Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.

什麼是ChatGPT Summary - summarize assistant?

ChatGPT Summary - summarize assistant是由https://aigpt-summary.com開發的Chrome擴展程式,該擴展的主要功能是“Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ChatGPT Summary - summarize assistant擴展crx文件

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

擴展使用說明

                        ChatGPT Summary is a free Chrome Extension that lets you quickly access the summary of the YouTube videos you are watching or any articles with OpenAI technology. Use this extension to save time and learn quicker.

The ultimate tool for easy and efficient web page summarization! With just a few clicks, you can now summarize any web page or Youtube video.

This extension provides various features including generating bullet point summaries for articles, customizing the ChatGPT prompt, supporting both OpenAI API Key and ChatGPT login, and offering example prompts such as summarizing an article in three bullet points or 50 words, translating text to Spanish, simplifying text for a five-year-old, and writing a caption based on the content. 

What is special about the extension?
• Summarizes any website with GPT.
• Summarizes the transcript of any Youtube Video.
• Uses templates to modify the result for study, science or journalistic purposes. 
• Copy button - for quickly copying and pasting text
• Support of the official OpenAI API

ChatGPT for Google works by extracting readable content from the webpage and sending it to ChatGPT with the prompt to produce a summary that highlights the key information.

How to use?
- Log in to https://chat.openai.com 
- If you encounter an error, try opening openai.com again. The service may be in high demand.

ChatGPT for Summary also supports the official OpenAI API, including GPT-3.5-Turbo and GPT-3, ChatGPT Plus and even GPT-4 (which requires manual enable in the options).

Also, you can quickly view and access the summary of the video by clicking the summary buttons on the video thumbnail while browsing videos on YouTube.

With the ChatGPT Summary, you'll save time, stay informed, and never have to wade through lengthy content again. Try it out today and see just how much more efficient your reading and research can be!

Save your time. Learn more in less time!                    

擴展基本資訊

名稱 ChatGPT Summary - summarize assistant ChatGPT Summary - summarize assistant
ID mikcekmbahpbehdpakenaknkkedeonhf
官方網址 https://chromewebstore.google.com/detail/chatgpt-summary-summarize/mikcekmbahpbehdpakenaknkkedeonhf
簡介 Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.
檔案大小 207 KB
安裝次數 389,339
目前版本 1.0.4
更新時間 2024-02-03
上架時間 2023-03-30
評分 4.43/5 共 563 次評分
開發者 https://aigpt-summary.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://aigpt-summary.com/
隱私政策頁面URL https://aigpt-summary.com/privacy-policy.html
支援的語言 id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "icons": {
        "48": "assets\/48.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "background": {
        "service_worker": "javascripts\/worker.js"
    },
    "action": [],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/popup.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "svgfiles\/*",
                "css\/*",
                "settings.html",
                "javascripts\/setting.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    }
}