ChatGPT

Use ChatGPT in Google Chrome

Vad är ChatGPT?

ChatGPT är en Chrome-tillägg utvecklad av advancedsolutionshub, och dess huvudfunktion är "Use ChatGPT in Google Chrome".

Tilläggsskärmbilder

screenshot

Ladda ner ChatGPT-förlängningens CRX-fil

Ladda ner ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Experience the full potential of OpenAI's language model through the highly acclaimed ChatGPT Chrome Extension. This complimentary extension integrates ChatGPT's sophisticated AI directly into your browser, providing instant access to its powerful features. Simply pose your queries and ChatGPT delivers precise, succinct responses instantly. Elevate your browsing experience with the unparalleled AI capabilities of the ChatGPT Chrome Extension today.

ChatGPT link: https://chat.openai.com                    

Grundläggande Information om Tillägg

Namn ChatGPT ChatGPT
ID klailhpanlicjnhfkpngehoblknjamdg
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt/klailhpanlicjnhfkpngehoblknjamdg
Beskrivning Use ChatGPT in Google Chrome
Filstorlek 22.36 KB
Antal Installationer 5,641
Aktuell Version 1.0.9
Senast Uppdaterad 2024-02-25
Publiceringsdatum 2023-01-25
Utvecklare advancedsolutionshub
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://chataigpt.pro/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT",
    "short_name": "ChatGPT",
    "version": "1.0.9",
    "description": "Use ChatGPT in Google Chrome",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "ChatGPT"
    },
    "commands": {
        "openWindow": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Use ChatGPT in Google Chrome"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    }
}