Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

mubaidr/selection-popup

Repository files navigation

Selection Popup

Perform customizable actions (Search, Copy etc) on selected text.

Scripts

// build extension to dist folder
npm run build

// build extension to dist folder using dev config for webpack
npm run build:dev

// build extension zip to dist-zip folder
npm run build-zip

// build extension to dist folder and watch for changes
npm run watch

// build extension to dist folder using dev config for webpack and watch for changes
npm run watch:dev