Description from extension meta
A Chrome Extension built with TypeScript and Webpack
Image from store
Description from store
# 主要功能
- 一鍵複製目前分頁的「標題+網址」(點擊工具列圖示)
- 雙擊圖示(約 500ms 內)複製當前視窗「所有分頁」,各項以空行分隔
- 在「選項頁」自訂輸出格式(儲存在 chrome.storage.sync),支援佔位符:
- {title}、{url}
- 範例:{title}、{title} - {url}
- 「選項頁」提供「複製所有分頁」按鈕與格式說明/預覽
- 內容指令碼負責寫入剪貼簿,確保各網站下的相容性
- 自動略過特殊頁面(chrome://、chrome-extension://、edge://、about: 等)
- 工具列徽章即時回饋:成功/錯誤、單一/多筆狀態
- Manifest V3(Service Worker 背景腳本)、TypeScript + Webpack、輸出至 dist/
# 為什麼要安裝
- 以最少步驟把連結貼到文件、任務單或聊天工具,節省日常操作時間
- 自訂模板讓輸出一致(適合 Markdown、報表、筆記流程)
- 一鍵彙整目前視窗所有分頁,快速分享研究/會議用連結清單
- 全程本機運作、無後端依賴;僅需精簡權限(storage、activeTab、tabs)
- 透過內容指令碼處理剪貼簿,實務上更穩定可靠
# Main features
- One-click copy of the current tab’s “Title + URL” (click the toolbar icon)
- Double-click the icon (~500ms window) to copy all tabs in the current window, separated by a blank line
- Options page to customize output format (stored in chrome.storage.sync), with placeholders:
- {title}, {url}
- Examples: {title}, {title} - {url}
- Options page includes “Copy all tabs” button and format help/preview
- Content script performs clipboard writes for better site compatibility
- Automatically skips special pages (chrome://, chrome-extension://, edge://, about:, etc.)
- Toolbar badge feedback: success/error, single/multiple status
- Manifest V3 (Service Worker background), TypeScript + Webpack, output to dist/
# Why install
- Quickly paste links into docs, tickets, or chat with minimal steps
- Consistent, customizable formatting (great for Markdown, reports, notes)
- One-click collection of all tabs in the current window for sharing research/meeting link lists
- Fully local, no backend; minimal permissions (storage, activeTab, tabs)
- Clipboard handled in content script for practical reliability across sites
<a href="https://www.flaticon.com/free-icons/copy"; title="copy icons">Copy icons created by Ongicon - Flaticon</a>
Statistics
Installs
3
history
Category
Rating
5.0 (2 votes)
Last update / version
2025-08-13 / 1.0.0
Listing languages
zh-TW