ChatGPT Summary - summarize assistant

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

¿Qué es ChatGPT Summary - summarize assistant?

ChatGPT Summary - summarize assistant es una extensión de Chrome desarrollada por https://aigpt-summary.com, y su función principal es "Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT Summary - summarize assistant

Descarga archivos de extensión ChatGPT Summary - summarize assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre ChatGPT Summary - summarize assistant ChatGPT Summary - summarize assistant
ID mikcekmbahpbehdpakenaknkkedeonhf
URL Oficial https://chromewebstore.google.com/detail/chatgpt-summary-summarize/mikcekmbahpbehdpakenaknkkedeonhf
Descripción Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.
Tamaño del Archivo 207 KB
Cantidad de Instalaciones 389,339
Versión Actual 1.0.4
Última Actualización 2024-02-03
Fecha de Publicación 2023-03-30
Calificación 4.43/5 Total de 563 Calificaciones
Desarrollador https://aigpt-summary.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://aigpt-summary.com/
URL de la Página de Política de Privacidad https://aigpt-summary.com/privacy-policy.html
Idiomas Soportados 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"
            }
        }
    }
}