TurboGPT For ChatGPT

Fast custom prompts to ChatGPT-3 API

Τι είναι το TurboGPT For ChatGPT;

Το TurboGPT For ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον atholm2, και η κύρια λειτουργία του είναι "Fast custom prompts to ChatGPT-3 API".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TurboGPT For ChatGPT

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

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

                        Introducing TurboGPT - the ultimate productivity Chat GPT Chrome extension designed to supercharge your writing experience. With TurboGPT, you can quickly generate text snippets, article summaries, and even entire articles using cutting-edge AI technology.

Powered by OpenAI's Chat GPT-3 language model, TurboGPT offers lightning-fast writing suggestions and automated content creation for all your writing needs. Whether you're a blogger, content marketer, or just looking to write more efficiently, TurboGPT is the perfect tool to help you boost your writing speed and quality.

TurboGPT is incredibly easy to use. Simply install the extension, and you'll have access to a powerful AI writing assistant right in your browser. With intuitive prompts and real-time suggestions, TurboGPT can help you write better and faster than ever before.

So why waste time struggling with writer's block or staring at a blank page? Install TurboGPT today and start writing with the speed and confidence of a professional writer.                    

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

Όνομα TurboGPT For ChatGPT TurboGPT For ChatGPT
ID ondgiajaaelbpcfchpgoemhhdbhgokgd
Επίσημο URL https://chromewebstore.google.com/detail/turbogpt-for-chatgpt/ondgiajaaelbpcfchpgoemhhdbhgokgd
Περιγραφή Fast custom prompts to ChatGPT-3 API
Μέγεθος Αρχείου 237 KB
Αριθμός Εγκαταστάσεων 273
Τρέχουσα Έκδοση 0.0.3.0
Τελευταία Ενημέρωση 2023-03-09
Ημερομηνία Δημοσίευσης 2023-03-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής atholm2
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://turbogpt.co
Διεύθυνση URL της Σελίδας Βοήθειας https://turbogpt.co
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TurboGPT For ChatGPT",
    "version": "0.0.3.0",
    "description": "Fast custom prompts to ChatGPT-3 API",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/iconA16.png",
        "48": "icons\/NewiconA48.png",
        "128": "icons\/NewiconA128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "commands"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "content.js",
                "popup_world.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "TurboGPT"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "prompt-on-the-fly": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Launches the Prompt-on-the-Fly functionality"
        }
    }
}