Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:44 +08:00
commit 51eac46940
41 changed files with 5371 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "chrome-devtools-plugin",
"description": "Browser automation and DevTools control. Navigate pages, interact with elements, inspect network/console, analyze performance, and capture screenshots for web testing and automation tasks.",
"version": "0.5.1",
"author": {
"name": "ulasbilgen"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}