├── README.md ├── assets └── logo.png ├── background.js ├── contentScript.js ├── manifest.json └── popup.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aleemrehmtulla/gpt3-google-extension/HEAD/README.md -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aleemrehmtulla/gpt3-google-extension/HEAD/assets/logo.png -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aleemrehmtulla/gpt3-google-extension/HEAD/background.js -------------------------------------------------------------------------------- /contentScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aleemrehmtulla/gpt3-google-extension/HEAD/contentScript.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aleemrehmtulla/gpt3-google-extension/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aleemrehmtulla/gpt3-google-extension/HEAD/popup.html --------------------------------------------------------------------------------