Merge pull request #7 from xlang-ai/xiaochuanli/addChromeExtensions

add new chrome examples and change port from 9222 to 1337
This commit is contained in:
Tianbao Xie
2024-02-22 22:02:40 +08:00
committed by GitHub
8 changed files with 121 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
"parameters": {
"command": [
"google-chrome",
"--remote-debugging-port=9222"
"--remote-debugging-port=1337"
]
}
},