Description from extension meta
A Chrome Extension built with TypeScript and Webpack
Image from store
Description from store
主要功能
- 一鍵複製當前分頁網址與標題,支援自訂格式模板(如 Markdown、純文字、HTML)
- 模板占位符:{title}、{url},預設格式為
- [ {title} ]
- ( {url} )
- 頁面文字高亮:可搜尋、標註並一鍵清除高亮
- 快速操作介面(Popup)與完整設定頁(Options),設定以 chrome.storage.sync 雲端同步
- 可靠剪貼簿:優先使用 Clipboard API,失敗時自動後援 execCommand
- 友善狀態提示(中文):就緒、生成中…、已複製到剪貼簿
為什麼要安裝
- 提升工作效率:在筆記、Issue、PR、Wiki 中快速貼上格式化連結
- 高度客製:多種模板、即時套用,符合團隊與個人需求
- 跨裝置一致:設定自動同步,不必重複調整
- 輕量與安全:最小權限(activeTab、storage),對特殊頁面有完整例外處理
- 穩定體驗:完備錯誤處理、視覺回饋,操作直覺可靠
Main features
- One-click copy of the current tab’s URL and title, with customizable format templates (Markdown, plain text, HTML)
- Template placeholders: {title}, {url}; default format:
- [ {title} ]
- ( {url} )
- Page text highlighting: search, mark, and clear highlights with one click
- Quick-actions Popup and full Options page; settings synced via chrome.storage.sync
- Reliable clipboard: prefers Clipboard API, falls back to execCommand
- Friendly status messages (Chinese): Ready, Generating..., Copied to clipboard
Why install
- Boost productivity: quickly paste formatted links into notes, issues, PRs, and wikis
- Highly customizable: multiple templates with instant application for team and personal needs
- Consistent across devices: automatic settings sync
- Lightweight and secure: minimal permissions (activeTab, storage) with full special-page handling
- Stable experience: robust error handling and visual feedback for intuitive, reliable use