A Chrome extension to collect and cache web links for easy batch copying to NotebookLM and other tools.
- Stash links - Right-click on any page to save the current URL with its title
- Stash link text - Right-click on any link to save it with its actual text
- Batch export - Copy all saved links as plain URLs or markdown format
- Markdown support - Export as
[Page Title](url)for better readability - Quick copy - Context menu option to copy all links from anywhere
- Clone this repository (or download ZIP and extract)
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right)
- Click "Load unpacked"
- Select the
link_stashdirectory
- Save current page: Right-click anywhere on a page → "Stash link"
- Save specific link: Right-click on any link → "Stash Link"
- Click the extension icon to open the popup
- View all saved links (showing page titles)
- Hover over links to see full URLs
- Delete individual links with the × button
- Clear all links with "Clear All"
- Copy as URLs: Plain text, one URL per line
- Copy as Markdown:
[Page Title](url)format - Copy from context menu: Right-click anywhere → "Copy all"
The extension consists of:
manifest.json- Extension configurationbackground.js- Service worker for context menus and storagecontent.js- Content script to capture link textpopup.html/js/css- Popup UI for managing links
MIT
一个用于收集和缓存网页链接的 Chrome 扩展,方便批量复制到 NotebookLM 和其他工具。
- 收藏链接 - 在任何页面右键保存当前网址及其标题
- 保存链接文本 - 右键点击任何链接保存其实际文本
- 批量导出 - 将所有保存的链接复制为纯文本网址或 Markdown 格式
- Markdown 支持 - 导出为
[页面标题](url)格式,可读性更强 - 快速管理 - 通过弹出窗口轻松管理所有链接
- 克隆此仓库(或下载 ZIP 压缩包并解压)
- 打开 Chrome 浏览器,访问
chrome://extensions/ - 启用右上角的"开发者模式"
- 点击"加载已解压的扩展程序"
- 选择
link_stash目录
- 保存当前页面:在页面任意位置右键 → "Stash link"
- 保存特定链接:在任意链接上右键 → "Stash Link"
- 点击扩展图标打开弹出窗口
- 查看所有保存的链接(显示页面标题)
- 鼠标悬停查看完整网址
- 使用 × 按钮删除单个链接
- 使用"Clear All"清除所有链接
- 复制为网址:纯文本格式,每行一个网址
- 复制为 Markdown:
[页面标题](url)格式
扩展包含以下文件:
manifest.json- 扩展配置background.js- 后台服务,处理右键菜单和存储content.js- 内容脚本,捕获链接文本popup.html/js/css- 弹出窗口界面
MIT
