ChatGPT Toolkit

Unleash AI Potential: ChatGPT Toolkit for Enhanced Conversational Experiences!

Co je ChatGPT Toolkit?

ChatGPT Toolkit je rozšíření Chrome vyvinuté Havin Root, a jeho hlavní funkcí je „Unleash AI Potential: ChatGPT Toolkit for Enhanced Conversational Experiences!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ChatGPT Toolkit

Stáhněte si soubory rozšíření ChatGPT Toolkit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Are you ready to take your conversations to the next level? Look no further than the ChatGPT Toolkit, your ultimate browser extension for an AI-powered chat experience like never before! 💬💪

🔍📝 Seamlessly integrated into your browsing, the ChatGPT Toolkit offers a range of exciting features designed to empower you in every conversation:

1️⃣ ChatGPT in Extension's Popup: Say goodbye to switching tabs! Engage with the power of ChatGPT directly within the extension's convenient popup. Instantly generate intelligent and natural responses, making your conversations a breeze. 💬💡

2️⃣ Address Bar Integration: Harnessing the convenience of the address bar, simply type "gpt" and add a space to insert a prompt for ChatGPT. Watch as your ideas come to life with AI assistance, effortlessly enhancing your communication. 📝🔗

3️⃣ Run from Context Menu: Take control of your conversations with a single right-click. Access the power of ChatGPT directly from the context menu, enabling you to generate creative responses on the fly. 🖱️💬

Don't miss out on this incredible opportunity to unlock the full potential of AI in your conversations. With the ChatGPT Toolkit, your communication skills will soar to new heights, captivating your audience and transforming the way you connect. 💫✨

✨🔥 Get the ChatGPT Toolkit today and experience the future of conversational AI! 🔥✨                    

Základní Informace o Rozšíření

Název ChatGPT Toolkit ChatGPT Toolkit
ID okanoajihjohgmbifnkiebaobfkgenfa
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-toolkit/okanoajihjohgmbifnkiebaobfkgenfa
Popis Unleash AI Potential: ChatGPT Toolkit for Enhanced Conversational Experiences!
Velikost souboru 2.33 MB
Počet instalací 2,672,536
Aktuální Verze 1.0.4
Poslední Aktualizace 2024-02-03
Datum Vydání 2023-06-12
Hodnocení 4.54/5 Celkem 24 Hodnocení
Vývojář Havin Root
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/e/2PACX-1vSf-P_IZjNMqLPMO9PZzwz0CaUg1df1gKJL-kBmOoSsEgBDHVzANV85LE9e4hsw2x3x51atPmHJ0Dah/pub
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "1.0.4",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "300": "icons\/300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "300": "icons\/300.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "alarms",
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "omnibox": {
        "keyword": "gpt"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/content-script.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}