clippy-demo.mp4
Clippy is a lightweight Chrome side-panel extension that lets you save any links you need frequently and copy them to the clipboard with a single click.
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/
. - Enable Developer mode in the top-right corner.
- Click Load unpacked and select the root folder of this project.
- The extension icon will appear in the toolbar. Click the side-panel icon if it does not automatically open.
Open the side panel and click any link card to copy its URL. A small toast will confirm when the link has been copied.
- Ensure the scripts are executable:
chmod +x build-chrome.sh
. - Run
./build-chrome.sh
(or./build-chrome.sh myfile.zip
) to generateclippy-chrome.zip
in the project root. - Upload the ZIP to the Chrome Web Store or share it for manual installation.
- Ensure the scripts are executable:
chmod +x build-firefox.sh
. - Run
./build-firefox.sh
(or./build-firefox.sh myfile.zip
) to generateclippy-firefox.zip
in the project root. - Submit this ZIP/XPI on addons.mozilla.org or load it temporarily via
about:debugging → This Firefox → Load Temporary Add-on
.
These scripts include only the runtime files (background.js, manifest, side-panel assets, and icons) so the generated packages are ready for store submission or self-distribution.