A simple Firefox extension that replicates the behavior of Edge's "Improved URL Copy" feature.
Supports the copying of current tab's title and URL in the following formats:
- Markdown:
[Page Title](https://example.com) - HTML:
<a href="https://example.com">Page Title</a> - Plain Text:
Page Title (https://example.com)
Also displays a sleek in-page toast confirming the copy!
- Download
improved-url-copy-v<x>.xpifrom theReleases. - Drag and drop the downloaded file into Firefox.
- Click
Addin the pop-up to install.
| OS | Shortcut |
|---|---|
| Windows | Ctrl+Shift+Y |
| macOS | Cmd+Shift+Y |
Note: The shortcut can currently only be changed by editing
manifest.json→commands
| Permission | Purpose |
|---|---|
tabs |
To get the current tab’s title and URL |
activeTab |
To inject clipboard and toast script |
clipboardWrite |
To copy the title and URL to the clipboard |
MIT — free to use, modify, and improve!