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
⌥+c
in macOS,alt+c
in 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 storybook
npm 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 indevelopment
mode and will watch thesrc
folder for changes. - Load unpacked extensions with
./dev
folder. Though you have to reload the extension by yourself every time the./dev
folder updates.
If you have no idea about how to develope a Browser Extension, please read:
# build files to './extension'
$ npm run build
To 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