AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

AskChatGPT란 무엇입니까?

AskChatGPT은(는) LGG Hub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

확장 프로그램 기본 정보

이름 AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
공식 URL https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
설명 Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
파일 크기 937 KB
설치 횟수 42
현재 버전 1.0
최근 업데이트 2023-03-12
출시 날짜 2023-03-11
개발자 LGG Hub
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://lgghub.com/terms
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}