Skip to content

bigplayer-ai/Bing-Chat-buttons-conversation-style

 
 

Repository files navigation

OptiSearch | Bing Chat (GPT-4) in Google | Bard for search engines

License

This repository contains the code of OptiSearch and Bing Chat (GPT-4) in Google browser extensions. They share the same codebase core.

OptiSearch icon OptiSearch

License License

Displays relevant informations from search engine results directly alongside them.

Install from Chrome Web Store

Install from Mozilla Add-on Store

Bing Chat (GPT-4) in Google icon Bing Chat (GPT-4) in Google

License License

Displays the answer from Bing Chat AI alongside search engine results.

Install from Chrome Web Store

Install from Mozilla Add-on Store

Bard for search engines Bard for search engines

License License

Displays the answer from Google Bard alongside search engine results.

Install from Chrome Web Store

Install from Mozilla Add-on Store

Supported Search Engines

Google, Bing, Baidu, DuckDuckGo, Ecosia, Brave Search

Build from source

  1. Clone repo

  2. Install dependencies with:

    npm i
  3. You can load both extension in your favorite browser directly from the root of the repo, you just need to build the manifest first, use the flag --v2 to build a manifest in v2 (necessary to load the extension in Firefox). Usage:

    npm build.mjs [optisearch|bingchat|bard] [--v2]
    

    E.g. to build the manifest v2 for Bing Chat (GPT-4) in Google:

    npm build.mjs bingchat --v2
    
  4. You can copy the source for a given extension with the flag -cp followed by the name of the desired directory (default: build).

    E.g. to copy OptiSearch sources in DIR

    node build.mjs optisearch -cp DIR
    
  5. You can create a zip from the source using the flag -z followed by the output file name. Uses --clean to delete the build directory after the operation.

  6. Finally, to build and zip all extensions for Chrome and Firefox and put them in the versions directory:

    npm run build
    

Contributing

You are welcome to make a PR or post an Issue, I will look at them as soon as I can !

Donate

I made this extension on my free time, if it is useful for you please consider sending me a tip on paypal.

About

Bing Chat buttons conversation style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • CSS 13.7%
  • HTML 0.9%