browser-history

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Browser History Skill

浏览器历史记录技能

Arcブラウザの履歴をMarkdown形式で取得する。
获取Arc浏览器的历史记录并以Markdown格式输出。

使用方法

使用方法

基本(直近100件)

基础用法(最近100条)

bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh
bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh

件数指定

指定记录条数

bash
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 50
bash
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-19
bash
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:30Example Sitehttps://example.com
以Markdown表格格式输出:
时间标题URL
2025-01-19 15:30Example Sitehttps://example.com

注意事項

注意事项

  • Arcが起動中はDBがロックされるため、一時ファイルにコピーして読み取る
  • last_visit_timeはWebKitタイムスタンプ(1601年からのマイクロ秒)
  • 当Arc浏览器运行时,数据库会被锁定,因此需要先复制到临时文件再读取
  • last_visit_time为WebKit时间戳(从1601年开始的微秒数)