ChatGPT Summary - summarize assistant

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

Qu'est-ce que ChatGPT Summary - summarize assistant ?

ChatGPT Summary - summarize assistant est une extension Chrome développée par https://aigpt-summary.com, et sa fonction principale est "Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT Summary - summarize assistant

Téléchargez les fichiers d'extension ChatGPT Summary - summarize assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ChatGPT Summary - summarize assistant ChatGPT Summary - summarize assistant
ID mikcekmbahpbehdpakenaknkkedeonhf
URL Officiel https://chromewebstore.google.com/detail/chatgpt-summary-summarize/mikcekmbahpbehdpakenaknkkedeonhf
Description Summarize any webpage or Youtube video using ChatGPT and save time. Get the summary Chat GPT.
Taille du Fichier 207 KB
Nombre d'Installations 389,339
Version Actuelle 1.0.4
Dernière Mise à Jour 2024-02-03
Date de Publication 2023-03-30
Évaluation 4.43/5 Total 563 Évaluations
Développeur https://aigpt-summary.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://aigpt-summary.com/
URL de la Page de Politique de Confidentialité https://aigpt-summary.com/privacy-policy.html
Langues Prises en Charge 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"
            }
        }
    }
}