ChatGPThing

Query ChatGPT in the context of the current page

ChatGPThing란 무엇입니까?

ChatGPThing은(는) kant01ne에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Query ChatGPT in the context of the current page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ChatGPThing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 ChatGPThing ChatGPThing
ID amiibkaljanlkpjljhlkgjdfemgkklbo
공식 URL https://chromewebstore.google.com/detail/chatgpthing/amiibkaljanlkpjljhlkgjdfemgkklbo
설명 Query ChatGPT in the context of the current page
파일 크기 265 KB
설치 횟수 29
현재 버전 0.1.2
최근 업데이트 2023-02-16
출시 날짜 2023-02-06
개발자 kant01ne
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browser-apps.vercel.app
지원되는 언어 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"
            ]
        }
    ]
}