0.0.2 • Published 3 years ago
chrome-extension-copy-link v0.0.2
Chrome extension for copy links from \ tags
Use mouseover events to the whole page and seek for an anchor tag (by using event.target). If find one then show a button next to it.
Click the button to copy the link to the clipboard
Setup
npm installImport as Visual Studio Code project
...
Build
npm run buildBuild in watch mode
terminal
npm run watchVisual Studio Code
Run watch mode.
type Ctrl + Shift + B
Load extension to chrome
Load dist directory
Test
npx jest or npm run test