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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aigpt-summary.com และคุณลักษณะหลักของมันคือ "Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Summary - summarize assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            }
        }
    }
}