GithubHelp home page GithubHelp logo

gollyjer / copilotingoogle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dj0ulo/optisearch

0.0 0.0 0.0 15.41 MB

Copilot in Google

Home Page: http://www.optisearch.io/

License: GNU General Public License v3.0

JavaScript 88.24% CSS 10.44% HTML 1.32%

copilotingoogle's Introduction

OptiSearch | Copilot in Google | Gemini next to Google results

License

This repository contains the code of OptiSearch, Copilot in Google and Gemini next to Google results 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

Copilot in Google icon Copilot in Google

License License

Displays the answer from Microsoft Copilot alongside search engine results.

Install from Chrome Web Store

Install from Mozilla Add-on Store

Gemini next to Google results Gemini next to Google results

License License

Displays the answer from Google Gemini 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 -f to build the manifest for Firefox.

    E.g. to build the firefox manifest for Copilot in Google:

    npm build.mjs bingchat -f
    
  4. You can copy the source for a given extension with the flag -b followed by the name of the desired directory (default: build/<extension_codename>).

    E.g. to copy OptiSearch sources for Chrome in DIR

    node build.mjs optisearch -b DIR
    

    E.g. to copy Gemini next to Google results sources for Firefox in build/bard

    node build.mjs bard -bf
    

    or

    node build.mjs bard -b -f
    
  5. You can create a zip from the source using the flag -z followed by the output filename. This will also copy the sources in the default build directory (unless you specified another one with -b). Use -t (for "tidy") 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.

copilotingoogle's People

Contributors

dj0ulo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.