/copyurl

copyurl is a chrome extesion to copy URL as some format.

Primary LanguageJavaScriptMIT LicenseMIT

copyurl

copyurl is a chrome extesion to copy URL as some format

Install

  1. Go chrome://extensions/
  2. Enable Developer Mode
  3. Import extension

Usage

Right click at web page, so you can find copyurl on context menu.

Name Description
original Copy original URL
percent encoded Copy percent encoded URL (using encodeURIComponent)

Contributing

  1. Fork it ( http://github.com/Sixeight/copyurl/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request