Skip to content

A keyboard focused fzf inspired browser extension for blazingly fast navigation.

Notifications You must be signed in to change notification settings

vasujain275/fuzzytab

Repository files navigation

FuzzyTab Logo

A keyboard focused fzf inspired browser extension for blazingly fast navigation.

Development Setup

Follow these steps to set up the development environment for this browser extension.

Prerequisites

Clone the Repository

git clone <repository-url>
cd <repository-name>

Install Dependencies

pnpm install

Firefox Development

To run the extension in development mode on Firefox:

pnpm run dev:firefox

To build the extension for Firefox:

pnpm run build:firefox

The built extension will be available in the .output/firefox-mv2 directory.

To generate a zip file of the Firefox extension:

pnpm run zip:firefox

Chrome Development

To run the extension in development mode on Chrome:

pnpm run dev:chrome

To build the extension for Chrome:

pnpm run build:chrome

The built extension will be available in the .output/chrome-mv2 directory.

To generate a zip file of the Chrome extension:

pnpm run zip:chrome

Scripts

  • pnpm run dev:firefox: Run the extension in development mode on Firefox.
  • pnpm run build:firefox: Build the extension for Firefox.
  • pnpm run zip:firefox: Generate a zip file of the Firefox extension.
  • pnpm run dev:chrome: Run the extension in development mode on Chrome.
  • pnpm run build:chrome: Build the extension for Chrome.
  • pnpm run zip:chrome: Generate a zip file of the Chrome extension.