AI 产品解读Copy selected Chrome/Edge tab titles and URLs to clipboard in various formats
Users need a quick way to extract and format tab metadata (titles and URLs) for documentation, sharing, or reference purposes, with customizable text processing options.
User selects one or more tabs in Chrome/Edge, clicks the extension icon, chooses a copy format (Title+URL, Markdown, Title, URL, or Paste URLs), optionally enables text processing options via checkboxes, and the extension copies the formatted result to the clipboard or opens pasted URLs in new tabs.
Copy Title + URLCopy Markdown-style [Title](URL)Copy Title onlyCopy URL onlyPaste URLs from clipboard to open in new tabsDelete round/square brackets from titles
- 目标用户
- Developers / Technical writers / Researchers / Anyone who frequently shares or documents web content
- Analysis based on static source code only; runtime behavior (e.g., potential dynamic script injection) was not tested. However, the codebase is small (12KB JS) and self-contained with no external script loading beyond Google's update URL.
付费分析未识别到付费功能
The extension is completely free with no paywalls, subscriptions, or premium features. All functionality including title/URL copying, markdown formatting, URL shortening (Amazon), and various text processing options is available without any payment or upgrade prompts. There are no references to Stripe, PayPal, licensing servers, or subscription management in the codebase.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally within the browser. It uses chrome.tabs to query selected tabs and navigator.clipboard to write/read text. There is no authentication flow, no external API calls requiring credentials, and no account creation or login UI. The user can perform all core functions (copying titles/URLs, pasting URLs to open tabs) without logging into anything.