返回顶部
c

chrome-debug-launcherChrome调试启动器

Launch two independent Chrome browser instances — one normal and one with remote debugging enabled on port 9222. Activate when user says "打开两个浏览器", "开调试浏览器", "launch chrome debug", or any similar request to open a debug Chrome alongside a normal Chrome.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
520
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

chrome-debug-launcher

Chrome 调试启动器

启动两个独立的 Chrome 实例:一个普通实例,一个在端口 9222 上启用远程调试的实例。

步骤

  1. 1. 终止所有 Chrome 进程
  2. 启动普通 Chrome(无额外参数)
  3. 等待 2 秒,然后启动调试 Chrome

各平台命令

Windows(PowerShell)

powershell

步骤 1:终止 Chrome


taskkill /F /IM chrome.exe /T 2>$null
Start-Sleep -Seconds 2

步骤 2:普通 Chrome

Start-Process C:\Program Files\Google\Chrome\Application\chrome.exe

步骤 3:调试 Chrome(2 秒后)

Start-Sleep -Seconds 2 Start-Process C:\Program Files\Google\Chrome\Application\chrome.exe -ArgumentList --remote-debugging-port=9222, --user-data-dir=C:\selenum\ChromeProfile

macOS(bash)

bash

步骤 1:终止 Chrome


pkill -f Google Chrome 2>/dev/null; sleep 2

步骤 2:普通 Chrome

open -a Google Chrome

步骤 3:调试 Chrome(2 秒后)

sleep 2 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ --remote-debugging-port=9222 \ --user-data-dir=$HOME/selenium/ChromeProfile &

结果

  • - 实例 1:普通 Chrome,默认配置文件,常规使用
  • 实例 2:调试 Chrome,端口 9222,独立用户数据目录
- 通过 Selenium/Playwright 连接:http://localhost:9222

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 chrome-debug-launcher-1776203173 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 chrome-debug-launcher-1776203173 技能

通过命令行安装

skillhub install chrome-debug-launcher-1776203173

下载

⬇ 下载 chrome-debug-launcher v1.0.1(免费)

文件大小: 1.43 KB | 发布时间: 2026-4-15 10:46

v1.0.1 最新 2026-4-15 10:46
- Added _meta.json file for improved metadata management.
- No changes to core functionality or documentation content.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部