/chat-gpthis

A chrome extension that enables you to prompt ChatGPT about the contents of the current website visited.

Primary LanguageTypeScriptMIT LicenseMIT

An extension that enables you to prompt ChatGPT about the contents of the currently visited website.

Installation

Currently only Google Chrome, and Chromium-derived browsers, are supported.

From Build

  • Download the latest version here.
  • Extract the zip in a folder (remember that you won't be allowed to delete it).
  • Open your Chromium browser and go to "chrome://extensions".
  • Enable Developer Mode in the upper-right corner.
  • Select Load unpacked and select the folder where you extracted the contents of the zip.
  • Tada! 🎉 The extension should be up and running.

From Source

  • Clone the repo on your machine.
  • Execute pnpm install and pnpm build.
  • Open your Chromium browser and go to "chrome://extensions".
  • Enable Developer Mode in the upper-right corner.
  • Select Load unpacked and select the dist folder generated by the build script.
  • Tada! 🎉 The extension should be up and running.