Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.04 KB

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!

Screenshot

Chrome web store link

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.