A simple Chrome extension that lets you save and paste frequently used URLs (or other text) with a right-click.
- Save up to 3 different URLs (LinkedIn, personal website, and GitHub)
- Paste them into any text field with a convenient right-click menu
- Simple and clean user interface
- Works on any website
https://chromewebstore.google.com/detail/oclkilggjaebogpeppghdbnokhpihoii?utm_source=item-share-cb
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in the top-right corner)
- Click "Load unpacked" and select the extension folder
- The extension icon should appear in your toolbar
- Click the extension icon in your Chrome toolbar
- Enter your frequently used URLs
- Click "Save URLs"
- When filling out a form online, right-click in any text field
- Select "Paste URL" and choose which URL to paste
TO SET IT UP ON THE TOOLBAR:
Go to Extensions in Chrome, click Details, and Pin to toolbar:

This extension is built using vanilla JavaScript and Chrome Extension Manifest V3.
manifest.json- Extension configurationpopup.html- User interfacepopup.js- Popup functionalitybackground.js- Background processes and context menu
Feel free to fork this repository and submit pull requests for any improvements you'd like to add!
MIT License
If you like this extension, feel free to send me a dollar or two on "Buy me a coffee" at https://www.buymeacoffee.com/zeevabrams

