ChatGPT Summary - summarize assistant

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

Cos'è ChatGPT Summary - summarize assistant?

ChatGPT Summary - summarize assistant è un'estensione di Chrome sviluppata da https://aigpt-summary.com, e la sua funzione principale è "Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT Summary - summarize assistant

Scarica i file di estensione ChatGPT Summary - summarize assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome ChatGPT Summary - summarize assistant ChatGPT Summary - summarize assistant
ID mikcekmbahpbehdpakenaknkkedeonhf
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-summary-summarize/mikcekmbahpbehdpakenaknkkedeonhf
Descrizione Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.
Dimensione del File 207 KB
Conteggio Installazioni 389,339
Versione Corrente 1.0.4
Ultimo Aggiornamento 2024-02-03
Data di Pubblicazione 2023-03-30
Valutazione 4.43/5 Totale 563 Valutazioni
Sviluppatore https://aigpt-summary.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://aigpt-summary.com/
URL della Pagina della Politica sulla Privacy https://aigpt-summary.com/privacy-policy.html
Lingue Supportate 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"
            }
        }
    }
}