chrome-devtools-mcp-for-extension 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://npmjs.org/package/chrome-devtools-mcp-for-extension)
|
|
4
4
|
|
|
5
|
-
An MCP server
|
|
5
|
+
An MCP server for Chrome extension development and automation.
|
|
6
6
|
|
|
7
7
|
Based on [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) by Google.
|
|
8
8
|
|
|
@@ -68,7 +68,7 @@ claude mcp add chrome-devtools-extension npx chrome-devtools-mcp-for-extension@l
|
|
|
68
68
|
|
|
69
69
|
### 3. Try your first command
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
Try: "List all my Chrome extensions"
|
|
72
72
|
|
|
73
73
|
## Features
|
|
74
74
|
|
|
@@ -82,7 +82,7 @@ Tell your AI: "List all my Chrome extensions"
|
|
|
82
82
|
|
|
83
83
|
# 日本語 / Japanese
|
|
84
84
|
|
|
85
|
-
**
|
|
85
|
+
**Chrome 拡張機能開発用の MCP サーバー**
|
|
86
86
|
|
|
87
87
|
## クイックスタート
|
|
88
88
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chrome-devtools-mcp-for-extension",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "Chrome extension development
|
|
3
|
+
"version": "0.5.5",
|
|
4
|
+
"description": "MCP server for Chrome extension development with Web Store automation. Fork of chrome-devtools-mcp with extension-specific tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./build/src/index.js",
|
|
7
7
|
"main": "index.js",
|