A simple Chrome extension that lets you copy the current tab's URL to clipboard using Command+Shift+Y (Mac) or Ctrl+Shift+Y (Windows/Linux).
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" by toggling the switch in the top-right corner
- Click "Load unpacked" button
- Select the folder containing this extension
Before using Linky, you need to:
- Download the icon from https://cdn.midjourney.com/283a991d-5b54-4add-b161-e3f9610dd9d8/0_2.png
- Save it to the
imagesfolder asicon.png
While browsing, press Command+Shift+Y (Mac) or Ctrl+Shift+Y (Windows/Linux) to copy the current tab's URL to your clipboard.
You can also click the Linky extension icon in your browser toolbar and then click the "Copy URL" button.
Linky automatically removes query parameters for certain domains. When copying URLs from these domains, only the base URL and path will be copied (without query parameters).
For example, if a URL has query parameters like https://example.com/page/?param1=value1¶m2=value2, Linky will copy it as https://example.com/page/.