Google Chrome extension that copies the current tab's URL and title as a Markdown link.
- Go to
chrome://extensions
in your Chrome browser. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the folder containing your extension files.
- Google Chrome Extensions Example - Offscreen DOM
- An example extension from the Chrome team that copies a constant text to the clipboard.
- Google Chrome Extensions - All Examples
- Bard on How to Create an Extension that copies the tab link and URL to clipboard
- I mixed the code from this Bard chat with the previous one from the Chrome team example to arrive at the current working solution.
- Material Symbols and Icons - Google Fonts
- Where I got the icon for the extension.
- Stackoverflow posts that I used: