-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
44 lines (44 loc) · 2.1 KB
/
Copy pathplugin.json
File metadata and controls
44 lines (44 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"id": "jie-browser",
"name": "界",
"version": "2.0.2",
"type": "general",
"description": "AI 浏览器 - 让 AI 像人一样看界面、操作界面、理解界面。跨平台桌面自动化中枢 (Windows + Linux + macOS)。v2.0.2新增:OCR文字识别、UI元素识别(Accessibility)、录制回放持久化、扩展键码(含多媒体键)。",
"description_i18n": {
"zh-CN": "AI 浏览器 — 让 AI 像人一样「看」界面、「操作」界面、「理解」界面。跨平台桌面自动化中枢。v2.0.2 新增四大能力:① Tesseract OCR 识图 ② MS UI Automation 元素定位 ③ 录制回放 JSON 持久化 ④ 多媒体键/浏览器键/扩展功能键全覆盖。",
"en-US": "AI Browser — Let AI see, operate, and understand interfaces like a human. Cross-platform desktop automation hub. v2.0.2 adds 4 major features: ① Tesseract OCR ② MS UI Automation element detection ③ Persistent JSON recording ④ Extended key codes including media keys."
},
"author": "0+1+2≠3 Team 115886",
"entry": {
"frontend": "frontend/dist/index.js",
"backend": "plugin.py"
},
"dependencies": [
"Pillow>=10.0.0",
"httpx>=0.27.0",
"pytesseract>=0.3.10"
],
"optional_dependencies": {
"uiautomation>=2.0.22": "UI Automation 元素识别",
"pywinauto>=0.6.8": "UI Automation 备用引擎"
},
"min_version": "1.1.10",
"meta": {
"category": "desktop-automation",
"tools_count": 24,
"skills_count": 1,
"concept": "观察 → 思考 → 行动 → 验证",
"platforms": ["Windows", "Linux", "macOS"],
"core_capabilities": [
"界面感知:截图 + OCR 文字识别",
"UI元素:Accessibility 树定位按钮/输入框",
"自动操作:点击/输入/滚动/拖拽",
"任务编排:多步骤自动化流程",
"结果验证:操作后截图确认",
"录制回放:持久化 JSON 存储",
"OCR点击:识别文字 → 自动定位 → 点击",
"快捷键:多媒体/浏览器/功能键全覆盖",
"macOS原生:CoreGraphics零依赖驱动"
]
}
}