InstantGPT - ChatGPT Powered Assistant

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

Τι είναι το InstantGPT - ChatGPT Powered Assistant;

Το InstantGPT - ChatGPT Powered Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Prothee, και η κύρια λειτουργία του είναι "Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης InstantGPT - ChatGPT Powered Assistant

Λήψη αρχείων επέκτασης InstantGPT - ChatGPT Powered Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα InstantGPT - ChatGPT Powered Assistant InstantGPT - ChatGPT Powered Assistant
ID dkidadkemijikjckcmilhkijmhghjlcm
Επίσημο URL https://chromewebstore.google.com/detail/instantgpt-chatgpt-powere/dkidadkemijikjckcmilhkijmhghjlcm
Περιγραφή Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…
Μέγεθος Αρχείου 1.38 MB
Αριθμός Εγκαταστάσεων 2,860
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2023-01-25
Ημερομηνία Δημοσίευσης 2022-12-23
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Prothee
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": []
}