brower extension to copy URL's on hover when pressing Y

Dhruv Vemula 24d78bd0e4 Bugfixes + upgrade to jQuery 2.0.3 11 лет назад
icons 6c9d37a0b4 First commit 13 лет назад
.gitignore 24d78bd0e4 Bugfixes + upgrade to jQuery 2.0.3 11 лет назад
README.md 2379467d33 Update README.md 12 лет назад
copylinkaddress.js 8ea49e21ec Turned off Debugging 12 лет назад
jquery-2.0.3.min.js 24d78bd0e4 Bugfixes + upgrade to jQuery 2.0.3 11 лет назад
manifest.json 24d78bd0e4 Bugfixes + upgrade to jQuery 2.0.3 11 лет назад

README.md

Use Chrome? Copy link address without right-clicking! Just use your standard keyboard shortcut!

If you need to copy link addresses more than once, you know how annoying it is. You need to right-click, find the "Copy Link Address" menu item, and click it.

This extension makes your life easy. Just point to your link and hit your standard keyboard shortcut (Ctrl-C, or Cmd-C for Mac) and you're done!

Download it at the Chrome Web Store

To try the latest dev version of the extension,

  1. Download the source (hit the 'ZIP' button you see at the top of the page) and extract to a directory
  2. In Chrome, launch chrome://extensions
  3. Enable Developer Mode
  4. Click 'Load Unpacked Extensions' and point to the above directory.
  5. Start using it!

Known Issues:

  1. Hovering over a link will make focused input lose focus (temporarily - focus restored when you move out of link).
  2. When the cursor is still in the URL box, hyperlink is not copied.