Skip to content

Commit b5fd6f4

Browse files
committed
store(Kill Process): add kill porcess plugin
1 parent a0259de commit b5fd6f4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

store-plugin.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,5 +360,37 @@
360360
"plugin_description": "一个与 Strava 运动交互的插件"
361361
}
362362
}
363+
},
364+
{
365+
"Id": "cb491ba6-e73f-4434-922e-738a55f87558",
366+
"Name": "i18n:plugin_name",
367+
"Author": "Wox-launcher",
368+
"Version": "0.0.1",
369+
"MinWoxVersion": "2.0.0",
370+
"Runtime": "python",
371+
"Description": "i18n:plugin_description",
372+
"IconUrl": "https://raw.githubusercontent.com/Wox-Launcher/Wox.Plugin.KillProcess/refs/heads/main/image/app.png",
373+
"Website": "https://github.com/Wox-Launcher/Wox.Plugin.KillProcess",
374+
"DownloadUrl": "https://github.com/Wox-Launcher/Wox.Plugin.KillProcess/releases/latest/download/wox.plugin.killprocess.wox",
375+
"ScreenshotUrls": [
376+
"https://github.com/Wox-Launcher/Wox.Plugin.KillProcess/raw/main/image/screenshot.png"
377+
],
378+
"SupportedOS": [
379+
"windows",
380+
"darwin",
381+
"linux"
382+
],
383+
"DateCreated": "2025-12-27 19:55:00",
384+
"DateUpdated": "2025-12-27 19:55:00",
385+
"I18n": {
386+
"en_US": {
387+
"plugin_name": "Kill Process",
388+
"plugin_description": "Terminate a running process by its name or ID",
389+
},
390+
"zh_CN": {
391+
"plugin_name": "进程杀手",
392+
"plugin_description": "通过进程名称或 ID 终止正在运行的进程",
393+
}
394+
}
363395
}
364396
]

0 commit comments

Comments
 (0)