Built from kryptokinght/react-extension-boilerplate
CopyUrlToMD is a utility browser extension to help you copy the URL of certain tabs into your system clipboard with Markdown-formatted.
CopyUrlToMD - Chrome Web Store
- install CopyUrlToMD - Chrome Web Store
- clicking on the icon or by pressing
⌥+cin macOS,alt+cin Windows
# clone the git repo
$ git clone https://github.com/sss63232/CopyUrlToMD.git
# Install dependencies
$ cd CopyUrlToMD && npm i# build files to './dev' and launch the web extension in a new chrome instance.
$ npm run start:chrome
# launches in firefox
$ npm run start:mozilla
# runs storybook
$ npm run storybooknpm run chrome-launch in action:
- If you want to load your unpacked extension by yourself, then run
npm run dev. This will create the extension inside an dev folder indevelopmentmode and will watch thesrcfolder for changes. - Load unpacked extensions with
./devfolder. Though you have to reload the extension by yourself every time the./devfolder updates.
If you have no idea about how to develope a Browser Extension, please read:
# build files to './extension'
$ npm run buildTo get an idea about the structure of the project, read here. Contributions are highly welcome. Please take some time to read the guidelines mentioned here contribute.
If you like this, follow me on New's News

