ChatGPThing

Query ChatGPT in the context of the current page

Wat is ChatGPThing?

ChatGPThing is een Chrome-extensie ontwikkeld door kant01ne, en de belangrijkste functie is "Query ChatGPT in the context of the current page".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ChatGPThing

Download ChatGPThing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ChatGPThing ChatGPThing
ID amiibkaljanlkpjljhlkgjdfemgkklbo
Officiële URL https://chromewebstore.google.com/detail/chatgpthing/amiibkaljanlkpjljhlkgjdfemgkklbo
Beschrijving Query ChatGPT in the context of the current page
Bestandsgrootte 265 KB
Aantal Installaties 29
Huidige Versie 0.1.2
Laatst Bijgewerkt 2023-02-16
Publicatiedatum 2023-02-06
Ontwikkelaar kant01ne
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browser-apps.vercel.app
Ondersteunde Talen 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"
            ]
        }
    ]
}