Fuji Chat Docs
  • Welcome
  • Getting Started
    • Quickstart
    • What is Fuji Chat?
  • BASICS
    • Installing and Running
    • Downloads
    • Browser Extension
    • Roadmap
    • Troubleshooting
    • Contributing
    • Credits
  • TECHNICAL OVERVIEW
    • Fundamental
    • Core
Powered by GitBook
On this page
  1. BASICS

Browser Extension

PreviousDownloadsNextRoadmap

Last updated 3 months ago

Use the extension

Please note that you may need to refresh the page for the extension to work.

  1. Find the Fuji icon in the top right corner of your browser and click on it to open the sidepanel.

  2. Create or access an existing or and paste it in the provided box. This key will be stored in your browser, and will not be uploaded to a third party.

  3. 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:

  1. Ensure you have . The development was done on Node v20 but it should work with some lower versions.

  2. Clone this repository

  3. Install pnpm globally: npm install -g pnpm

  4. Run pnpm install

  5. Run pnpm dev to start the development server, or pnpm build to build the extension.

When loading the extension, you will need to load the dist folder created by the build process.

OpenAI API Key
Anthropic API key
Node.js