mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-22 00:12:47 +08:00
15 lines
462 B
JSON
15 lines
462 B
JSON
{
|
|
"pluginName": "关闭进程",
|
|
"description": "列出当前运行的所有进程,左键进行关闭,右键进行重启",
|
|
"main": "index.html",
|
|
"version": "0.0.4",
|
|
"author": "云之轩",
|
|
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
|
|
"logo": "logo.png",
|
|
"platform": ["win32"],
|
|
"preload":"preload.js",
|
|
"features": [{
|
|
"code": "kill",
|
|
"cmds": ["kill", "关闭进程"]
|
|
}]
|
|
} |