Skip to content

petedavisdev/url-marker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Marker - browser extension

Never mix up local, test and live environments again!

Get it in the Chrome Web Store

url marker demo url marker demo

License

GNU GENERAL PUBLIC LICENSE Version 2

Contribute

Reviews please!

If you like URL Marker, the best way to contribute is to leave a review in the Chrome Web Store

Bugs and feature requests

If you found any bugs or think of a way to improve URL Marker, please check whether it has already been reported before creating a new issue.

Development

If you would like to help out with developing URL Marker, take a look at the open issues and volunteer to take one on.

  1. First, run
npm install
  1. The following command builds the extension and watches for changes to html, css and js.
npm run dev
  1. Open your extensions manager in Chrome and enable developer mode
  2. Click "Load unpacked" and choose the build directory
  3. Reload the extension after making changes