chrome-devtools-mcp-for-extension 0.5.3 → 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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm chrome-devtools-mcp-for-extension package](https://img.shields.io/npm/v/chrome-devtools-mcp-for-extension.svg)](https://npmjs.org/package/chrome-devtools-mcp-for-extension)
4
4
 
5
- An MCP server that lets AI assistants control Chrome and develop Chrome extensions.
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
 
@@ -28,15 +28,15 @@ claude mcp add chrome-devtools-extension npx chrome-devtools-mcp-for-extension@l
28
28
  ```
29
29
 
30
30
  <details>
31
- <summary>Configuration file locations / 設定ファイルの場所</summary>
31
+ <summary>Configuration file locations</summary>
32
32
 
33
- **Configuration file locations / 設定ファイルの場所:**
33
+ **Configuration file locations:**
34
34
 
35
35
  - **Cursor**: `~/.cursor/extensions_config.json`
36
36
  - **VS Code Copilot**: `.vscode/settings.json`
37
37
  - **Cline**: Follow Cline's MCP setup guide
38
38
 
39
- **JSON configuration / JSON設定:**
39
+ **JSON configuration:**
40
40
  ```json
41
41
  {
42
42
  "mcpServers": {
@@ -48,7 +48,7 @@ claude mcp add chrome-devtools-extension npx chrome-devtools-mcp-for-extension@l
48
48
  }
49
49
  ```
50
50
 
51
- **With extension loading / 拡張機能ロード付き:**
51
+ **With extension loading:**
52
52
  ```json
53
53
  {
54
54
  "mcpServers": {
@@ -64,11 +64,11 @@ claude mcp add chrome-devtools-extension npx chrome-devtools-mcp-for-extension@l
64
64
  ```
65
65
  </details>
66
66
 
67
- ### 2. Restart Claude Code / Claude Code を再起動
67
+ ### 2. Restart Claude Code
68
68
 
69
- ### 3. Try your first command / 最初のコマンドを試す
69
+ ### 3. Try your first command
70
70
 
71
- Tell your AI: "List all my Chrome extensions"
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
- **AI が Chrome を制御して Chrome 拡張機能を開発するための MCP サーバー**
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.3",
4
- "description": "Chrome extension development MCP server with Web Store automation. Fork of chrome-devtools-mcp with extension-specific tools.",
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",