Sixeight / copyurl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%