Simple Interaction
The entire feature is exposed through the tab's right-click menu, which keeps the workflow discoverable and close to where the action actually happens.
Some Guy In Baltimore
Copy URL from Tab • Firefox Extension • Utility
Copy URL from Tab is my first Firefox extension. It adds a `Copy Tab URL` option to the tab context menu so a tab's address can be copied instantly with a right-click instead of extra clicks, selecting, and copying from the address bar.
The extension adds a single focused action to the Firefox tab context menu: `Copy Tab URL`. Right-click a tab, choose the command, and the URL is copied to the clipboard immediately. It is meant to feel invisible until needed, then save time every time it is used.
This project came out of a small but repeated friction point. Copying a tab URL usually means switching focus to the page, clicking the address bar, selecting the text, and copying it. I wanted a cleaner path that matched how often tabs are already the object I am working with.
The entire feature is exposed through the tab's right-click menu, which keeps the workflow discoverable and close to where the action actually happens.
The goal was a tiny utility that does one thing clearly instead of becoming an oversized productivity suite with too many options.
The Mozilla listing describes it as privacy focused, with no data collection or transmission and zero configuration after installation.
As my first Firefox extension, it also marks an early browser tooling project and a practical step into building small utilities for everyday workflows.