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

mubaidr/selection-popup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33247d1 · Feb 9, 2020

History

54 Commits
Feb 9, 2020
Feb 9, 2020
Feb 23, 2019
Feb 23, 2019
Feb 9, 2020
Feb 9, 2020
Feb 23, 2019
Feb 23, 2019
Feb 11, 2019
Dec 21, 2017
Jan 10, 2018
Feb 23, 2019
Feb 9, 2020
Feb 9, 2020
Feb 9, 2020

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