browser-history
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBrowser History Skill
浏览器历史记录技能
Arcブラウザの履歴をMarkdown形式で取得する。
获取Arc浏览器的历史记录并以Markdown格式输出。
使用方法
使用方法
基本(直近100件)
基础用法(最近100条)
bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.shbash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh件数指定
指定记录条数
bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 50bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 50日付フィルター
日期过滤
bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 2025-01-19bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 2025-01-19プロファイル指定
指定配置文件
bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 "" "Profile 1"bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 "" "Profile 1"日付+プロファイル指定
指定日期+配置文件
bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 2025-01-19 "Profile 1"bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 2025-01-19 "Profile 1"出力形式
输出格式
Markdownテーブル形式で出力:
| 日時 | タイトル | URL |
|---|---|---|
| 2025-01-19 15:30 | Example Site | https://example.com |
以Markdown表格格式输出:
| 时间 | 标题 | URL |
|---|---|---|
| 2025-01-19 15:30 | Example Site | https://example.com |
注意事項
注意事项
- Arcが起動中はDBがロックされるため、一時ファイルにコピーして読み取る
- last_visit_timeはWebKitタイムスタンプ(1601年からのマイクロ秒)
- 当Arc浏览器运行时,数据库会被锁定,因此需要先复制到临时文件再读取
- last_visit_time为WebKit时间戳(从1601年开始的微秒数)