Skip to content

av-sharma/Improved-URL-Copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improved URL Copy

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!


Installation

  1. Download improved-url-copy-v<x>.xpi from the Releases.
  2. Drag and drop the downloaded file into Firefox.
  3. Click Add in the pop-up to install.

Keyboard Shortcut

OS Shortcut
Windows Ctrl+Shift+Y
macOS Cmd+Shift+Y

Note: The shortcut can currently only be changed by editing manifest.jsoncommands


Permissions Used

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

License

MIT — free to use, modify, and improve!

About

A simple Firefox extension that serves the purpose of replicating Edge's Improved URL copy.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages