ChatGPThing

Query ChatGPT in the context of the current page

Hvad er ChatGPThing?

ChatGPThing er en Chrome-udvidelse udviklet af kant01ne, og dens hovedfunktion er "Query ChatGPT in the context of the current page".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download ChatGPThing-udvidelses-CRX-fil

Download ChatGPThing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPThing ChatGPThing
ID amiibkaljanlkpjljhlkgjdfemgkklbo
Officiel URL https://chromewebstore.google.com/detail/chatgpthing/amiibkaljanlkpjljhlkgjdfemgkklbo
Beskrivelse Query ChatGPT in the context of the current page
Filstørrelse 265 KB
Antal Installationer 29
Nuværende Version 0.1.2
Senest Opdateret 2023-02-16
Udgivelsesdato 2023-02-06
Udvikler kant01ne
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://browser-apps.vercel.app
Understøttede Sprog 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"
            ]
        }
    ]
}