Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 499 Bytes

chrome-copy-link-to-issue

Google Chrome extension for copying a link to the GitHub issue as Markdown/HTML etc.

screenshot

Download

You can install it through the Chrome web store

Features

  • Copy a url of issue or pull request as ...
    • Markdown: [#number|title](url)
    • HTML: <a href="url">#number|title</a>
    • Plain text: #number|title url