TurboGPT For ChatGPT

Fast custom prompts to ChatGPT-3 API

TurboGPT For ChatGPT क्या है?

TurboGPT For ChatGPT atholm2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast custom prompts to ChatGPT-3 API"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TurboGPT For ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}