ChatGPThing

Query ChatGPT in the context of the current page

Was ist ChatGPThing?

ChatGPThing ist eine Chrome-Erweiterung, die von kant01ne entwickelt wurde, und ihr Hauptmerkmal ist "Query ChatGPT in the context of the current page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ChatGPThing-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPThing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use ChatGPT everywhere with the context of the current page.

Unlock the power of AI with ChatGPT right within your browser! With this chrome extension, you can access the advanced language capabilities of ChatGPT while browsing the web. Whether you need help with research, writing, or just need answers to questions, ChatGPT will provide relevant and accurate information within the context of the current page. Try it now and experience the future of AI-powered browsing!

• • •
FEATURES
• • •

🔎 Find information faster, generate answers to direct messages

🤯 Compare SaaS pricing plans, enhance StackOverflow answers, summarise Github issues

⚡ Toggle the tool on any page with a keyboard shortcut.

Source code: https://github.com/kant01ne/browser-extensions/tree/main/apps/chatgpthing                    

Grundlegende Informationen zur Erweiterung

Name ChatGPThing ChatGPThing
ID amiibkaljanlkpjljhlkgjdfemgkklbo
Offizielle URL https://chromewebstore.google.com/detail/chatgpthing/amiibkaljanlkpjljhlkgjdfemgkklbo
Beschreibung Query ChatGPT in the context of the current page
Dateigröße 265 KB
Installationsanzahl 29
Aktuelle Version 0.1.2
Letztes Update 2023-02-16
Veröffentlichungsdatum 2023-02-06
Entwickler kant01ne
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://browser-apps.vercel.app
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.1997cf8a.png",
        "32": "icon32.plasmo.7c22708e.png",
        "48": "icon48.plasmo.03a5ce50.png",
        "64": "icon64.plasmo.4ad1a43e.png",
        "128": "icon128.plasmo.65151d3d.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.1997cf8a.png",
            "32": "icon32.plasmo.7c22708e.png",
            "48": "icon48.plasmo.03a5ce50.png",
            "64": "icon64.plasmo.4ad1a43e.png",
            "128": "icon128.plasmo.65151d3d.png"
        }
    },
    "version": "0.1.2",
    "author": "kant01ne",
    "name": "ChatGPThing",
    "description": "Query ChatGPT in the context of the current page",
    "permissions": [
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.e3c3585e.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "spotlight.d9d0233b.js"
            ],
            "css": [
                "font.c0f0ecf8.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Z",
                "mac": "Alt+Z",
                "chromeos": "Alt+Z",
                "linux": "Alt+Z"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "Sora-Light.0c5bca3b.woff2",
                "spotlight.7612774f.css"
            ]
        }
    ]
}