BrowserGPT

An AI Sidekick In Your Browser.

BrowserGPT란 무엇입니까?

BrowserGPT은(는) sudonymously에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI Sidekick In Your Browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Revolutionize the way you browse the web with BrowserGPT, the ultimate AI-powered browser extension. Say goodbye to endless scrolling and information overload – with BrowserGPT, you'll instantly get summaries of web pages and answers to your questions, all without leaving your browser.

Using BrowserGPT you can...
- Instantly summarize web pages and answer questions on-the-fly with AI-powered technology.
- Generate code from technical docs quickly and easily.
- Learn more efficiently by having a knowledgeable tutor by your side.
- Ask clarifying questions on complex topics while surfing the web.
- Generate posts or replies on social media with ease.
- And many more! The possibilities are endless with BrowserGPT.                    

확장 프로그램 기본 정보

이름 BrowserGPT BrowserGPT
ID bndckfkliphkillmckbdjmjmajijomik
공식 URL https://chromewebstore.google.com/detail/browsergpt/bndckfkliphkillmckbdjmjmajijomik
설명 An AI Sidekick In Your Browser.
파일 크기 1.16 MB
설치 횟수 1,029
현재 버전 0.0.6
최근 업데이트 2023-04-07
출시 날짜 2023-03-20
평점 4.78/5 총 9 개의 평점
개발자 sudonymously
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.browsergpt.ai/
도움말 페이지 URL https://www.browsergpt.ai/
개인정보 보호 정책 페이지 URL https://www.gptpal.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.0.6",
    "author": "sudo",
    "name": "BrowserGPT",
    "description": "An AI Sidekick In Your Browser.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.7c05c6e1.png",
                "contents.3e96fdc0.css",
                "contents.de12db1a.svg",
                "contents.d4d40255.svg",
                "contents.7edf75a6.svg"
            ]
        }
    ]
}