InstantGPT - ChatGPT Powered Assistant

Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…

Was ist InstantGPT - ChatGPT Powered Assistant?

InstantGPT - ChatGPT Powered Assistant ist eine Chrome-Erweiterung, die von Prothee entwickelt wurde, und ihr Hauptmerkmal ist "Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

InstantGPT - ChatGPT Powered Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie InstantGPT - ChatGPT Powered Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Access ChatGPT instantly! Summarize articles with one click.

InstantGPT is a chrome extension that utilizes the power of OpenAI's ChatGPT to provide quick and helpful information on demand. The extension can be easily accessed by using the keyboard shortcut 'Ctrl Shift S', which brings up the assistant for users to ask questions and receive responses. Additionally, the extension allows users to control the API parameters in the settings, providing a personalized experience. 

A key feature of this extension is the ability to summarize any text on a web page by highlighting the text, right-clicking, and selecting 'Summarize'. A pop-up window will then appear with a summary of the selected text. 

To use the extension, users must provide their own API key, which can be obtained for free from the OpenAI website.                    

Grundlegende Informationen zur Erweiterung

Name InstantGPT - ChatGPT Powered Assistant InstantGPT - ChatGPT Powered Assistant
ID dkidadkemijikjckcmilhkijmhghjlcm
Offizielle URL https://chromewebstore.google.com/detail/instantgpt-chatgpt-powere/dkidadkemijikjckcmilhkijmhghjlcm
Beschreibung Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…
Dateigröße 1.38 MB
Installationsanzahl 2,860
Aktuelle Version 1.4
Letztes Update 2023-01-25
Veröffentlichungsdatum 2022-12-23
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler Prothee
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InstantGPT - ChatGPT Powered Assistant",
    "version": "1.4",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_security_policy": []
}