/conceal-browser-extension

Conceal browser extension

Primary LanguageCSS

Conceal Browser Extension

Work in progress...

Usage

Requirements:

  • NodeJS (v17 or higher)

Development

Clone repository:

git clone https://github.com/bomb-on/conceal-browser-extension
cd conceal-browser-extension

# optional, checkout specific tag
# git checkout tags/<tag> -b <branch>

Install project dependencies:

npm install

Run local development server:

npm start

Or build production-ready version and load it as a temporary extension in your browser from build folder`:

npm run build

Load temporary add-on in Firefox
Load unpacked extension in Chrome