Skip to content

theAbdoSabbagh/gpt3-google-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt3-google-extension 🧐

What is this?

gpt3-google-extension is an lil tool that'll pop a box on you're google searches with direct answers

Why did I build this?

i asked google how muscles work

google then told me... muscles let you move with percision 🤦🏽‍♂️

openai's gpt-3 is capable of giving much better and direct answers

-> what if we could have a gpt-3 generated answer on our searches!

-> that's what this is ;)

Demo!

gpt3-googlesearch.mp4

Usage 🤝

  1. clone this repo
  2. add you openai API key in background.js
  3. head to chrome://extensions
  4. hit developer mode in top right
  5. add the root of this repo in load unpacked extension

For development 🧑‍💻

this is a super small & simple build.

background.js -> calls api

manifest.json -> chrome extension config

contentScript.js -> onload, put the answer in DOM

Notes

  • Built this in like an hour, just a fun hack, nothing serious
  • If ya have any ideas, throw up a PR or dm me :))

Connect with me 🤗

https://twitter.com/aleemrehmtulla

https://aleemrehmtulla.com

https://www.linkedin.com/in/aleemrehmtulla/

About

get direct answers in google using LLMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 26.4%