0.0.2 • Published 2 years ago

chrome-extension-copy-link v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 install

Import as Visual Studio Code project

...

Build

npm run build

Build in watch mode

terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome

Load dist directory

Test

npx jest or npm run test