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

Latest commit

 

History

History
22 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 476 Bytes

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