# Copyiest Clicking the extension icon copies the current tab's title and URL as a rich text formatted link onto the clipboard for pasting into other places. That's it!  [Chrome web store link](https://chrome.google.com/webstore/detail/copiest/cmepeblnfcigdpefcnijpcjndkafjkpp) ## Release history * 1.0.0 — Initial release. * 1.0.1 — Updated icons. * 1.1.0 — Removed `scripting` permission, using an extension popup to write values to the clipboard instead. * 1.1.1 — Copies both `text/html` and `text/plain` versions to clipboard (makes pasting into Slack work). * 1.2.0 — OSX Ventura seems to have broken the ability to automatically copy a link. Added UI to fall back to until automatic copying can be fixed. * 1.3.0 — Use `document.execCommand` instead of `navigator.clipboard` to store data. Should fix automatic copying. * 1.3.1 — Remove formatting on copied text. * 1.3.2 — Fix bug with popup not rendering full width. Add options configuration screen.