Browser Extension
Use the extension
Please note that you may need to refresh the page for the extension to work.
Find the Fuji icon in the top right corner of your browser and click on it to open the sidepanel.
Create or access an existing OpenAI API Key or Anthropic API key and paste it in the provided box. This key will be stored in your browser, and will not be uploaded to a third party.
Finally, navigate to a webpage you want Fuji Chat and type in the task you want it to perform.
Note: all prompts (text and image) are sent directly to the API of your selection. Fuji Chat does not attempt to collect any information from you.
Build the extension
If you want to build the extension from source, follow these instructions:
Ensure you have Node.js. The development was done on Node v20 but it should work with some lower versions.
Clone this repository
Install
pnpm
globally:npm install -g pnpm
Run
pnpm install
Run
pnpm dev
to start the development server, orpnpm build
to build the extension.
When loading the extension, you will need to load the dist
folder created by the build process.
Last updated