Skip to content

FindFirst-Development/browser-extension

Repository files navigation

FindFirst Browser Extensions

Browser extensions for Chrome and Firefox that let you save pages and links to FindFirst.

Prerequisites

  • Node.js 18+
  • npm (comes with Node.js)

Building

Install dependencies once:

npm install
Target Command
Build both extensions make or make build
Build Chrome only make build-chrome
Build Firefox only make build-firefox
Type-check make typecheck
Run tests make test
Watch mode — Chrome make dev-chrome
Watch mode — Firefox make dev-firefox
Run in Firefox (web-ext) make run-firefox
Lint Firefox extension make lint-firefox
Package Firefox extension make package-firefox
Remove build artifacts make clean

Built extensions land in dist/chrome/ and dist/firefox/.

Installing

Project layout

src/
  background/   service worker (shared logic)
  popup/        toolbar popup UI
  options/      extension options page
  icons/        extension icons
manifests/      per-browser manifest.json files
dist/           build output (git-ignored)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors