InstantGPT - ChatGPT Powered Assistant

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

Qu'est-ce que InstantGPT - ChatGPT Powered Assistant ?

InstantGPT - ChatGPT Powered Assistant est une extension Chrome développée par Prothee, et sa fonction principale est "Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension InstantGPT - ChatGPT Powered Assistant

Téléchargez les fichiers d'extension InstantGPT - ChatGPT Powered 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

                        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.                    

Informations de Base sur l'Extension

Nom InstantGPT - ChatGPT Powered Assistant InstantGPT - ChatGPT Powered Assistant
ID dkidadkemijikjckcmilhkijmhghjlcm
URL Officiel https://chromewebstore.google.com/detail/instantgpt-chatgpt-powere/dkidadkemijikjckcmilhkijmhghjlcm
Description Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…
Taille du Fichier 1.38 MB
Nombre d'Installations 2,860
Version Actuelle 1.4
Dernière Mise à Jour 2023-01-25
Date de Publication 2022-12-23
Évaluation 3.40/5 Total 5 Évaluations
Développeur Prothee
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}