Bard GPT

Best of both bots

Bard GPT란 무엇입니까?

Bard GPT은(는) parammittal16에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best of both bots"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Seamlessly combine ChatGPT and Bard AI in a user friendly side-to-side view.

This is a chrome extension that shows responses from ChatGPT alongside Bard.

🚩Features ---

👉🏻 Dual AI-Powered Interface. 🚀
👉🏻 Easy side to side comparison 👀
👉🏻 No need to switch tabs
👉🏻 Just hit ----  ctrl / ⌘ + j  ---- and prompt 🪄
👉🏻 Darkmode ☀️
👉🏻 Fluid Interaction 🔍
👉🏻 Fast access using popup ⚡️
👉🏻 No inApp login 100% Free 🎉


👀 How to use?

Just Install the extension and start using after login to bard and ChatGPT. 
Note - Use ctrl +j or ⌘ + j to quick launch from any tab
Save time ⏳ and money 🤑.

Update --

1.1.0 -> Bard working correct, shortcut on windows fixed


🤔 FAQ ---

1. What is ChatGPT?
ChatGPT is a language model developed by OpenAI, it's a type of AI that is able to understand and generate human-like text. It's been trained on a vast amount of text data from the internet, so it has a good understanding of various topics and it can perform various natural language processing tasks such as language translation, text summarisation, and text completion. Essentially, it's a computer program that can communicate with people in a way that feels natural and human-like.

2. What is Bard AI?
Bard AI is a large language model (LLM) chatbot developed by Google AI. It was first announced in February 2023. Bard is trained on a massive dataset of text and code, and can generate text, translate languages, write different kinds of creative content, and answer your questions in an informative way. 

3. What is BardGPT?
BardGPT is a Chrome extension that allows you to open OpenAI's ChatGPT and Google's Bard AI side-by-side and enter a prompt to search and view results side-by-side together.

3. Is ChatGPT for Google free to use?
Yes, the extension is free to use.

4. What search engines are supported?
Currently, ChatGPT for Google supports Google currently

5. Do I need a ChatGPT/Bard account?
Yes, you need to have both ChatGPT and Google Bard accounts to use this extension. You can create an account for free at chat.openai.com and https://bard.google.com.                    

확장 프로그램 기본 정보

이름 Bard GPT Bard GPT
ID kiddojmdiedebigkffjmpbfhmffkafad
공식 URL https://chromewebstore.google.com/detail/bard-gpt/kiddojmdiedebigkffjmpbfhmffkafad
설명 Best of both bots
파일 크기 180 KB
설치 횟수 7,000
현재 버전 1.1.0
최근 업데이트 2024-01-08
출시 날짜 2023-06-16
평점 3.71/5 총 28 개의 평점
개발자 parammittal16
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://parammittal16.github.io/browser-extension-privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Best of both bots",
    "background": {
        "service_worker": "index.js"
    },
    "version": "1.1.0",
    "name": "Bard GPT",
    "manifest_version": 3,
    "launch": {
        "web_url": "https:\/\/bardgpt.framer.ai\/"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/highlight.min.js",
                "content\/markdown-it.min.js",
                "content\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/images\/icon-64.png",
                "static\/images\/maximizeIcon.png",
                "static\/images\/gptLogo.svg",
                "static\/images\/info.png",
                "static\/images\/loader.png",
                "static\/images\/minimizeIcon.png",
                "static\/images\/editingIcon.svg",
                "static\/images\/searchIcon.svg",
                "static\/images\/copyIcon.svg",
                "static\/images\/bardLogo.svg",
                "static\/images\/bardGptLogo.png",
                "static\/images\/closeIcon.png",
                "static\/images\/daymode.png",
                "static\/images\/fullpage.png",
                "static\/images\/darkmode.png",
                "static\/images\/bardGptLogowhite.png",
                "static\/font\/Roboto-Regular.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/static\/images\/icon-16.png",
            "32": "\/static\/images\/icon-32.png",
            "48": "\/static\/images\/icon-48.png",
            "64": "\/static\/images\/icon-64.png",
            "128": "\/static\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/static\/images\/icon-16.png",
        "32": "\/static\/images\/icon-32.png",
        "48": "\/static\/images\/icon-48.png",
        "64": "\/static\/images\/icon-64.png",
        "128": "\/static\/images\/icon-128.png"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+J"
            },
            "description": "Start the extension"
        }
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus"
    ]
}