← 返回
效率工具 中文

Open Chrome Tabs

Read currently open browser tabs from Chrome or other Chromium browsers (Arc, Brave, Edge, etc.). Use when you need to know what URLs the user has open, or w...
读取Chrome等基于Chromium的浏览器(Arc、Brave、Edge等)当前打开的标签页。用于需要了解用户打开了哪些URL,或者...
mindsocket
效率工具 clawhub v1.1.1 1 版本 99849.4 Key: 无需
★ 0
Stars
📥 1,326
下载
💾 49
安装
1
版本
#latest

概述

chrome-open-tabs

Install once: npm install -g @mindsocket/chrome-open-tabs

Or one-off: npx @mindsocket/chrome-open-tabs ...

Hierarchy

--user-data (browser) → --profile--device

OptionDefaultNotes
---------
--user-dataChromepath to browser's User Data dir
--profileDefaultTry Profile 1, Profile 2 etc if Default not right
--deviceallfilter to one synced device; requires browser to be closed

Mode

Always prints to stderr: [sync-data] or [session-files]

  • sync-data — reads Chrome sync LevelDB; shows tabs across all synced devices
  • session-files — reads local SNSS session file; local tabs only, no device info; used when browser has no sync data or is running

Common workflow

# 1. Find which devices are synced
chrome-open-tabs --profile "Profile 1" devices
# → MacBook Air
# → Pixel 9a

# 2. Get tabs from a specific device
chrome-open-tabs --profile "Profile 1" --device "Pixel 9a" --json

# 3. Get all tabs across all devices
chrome-open-tabs --profile "Profile 1" --json

Other browsers

# Arc
chrome-open-tabs --user-data "$HOME/Library/Application Support/Arc/User Data"

Notes

  • --device and devices require sync data — both error if the browser is running
  • If the browser is running, falls back to session files automatically (local tabs only)

版本历史

共 1 个版本

  • v1.1.1 当前
    2026-03-29 09:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,745
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,867
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,325