mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-12 00:44:07 +08:00
15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"pluginName": "ProcessKiller",
|
|
"description": "关闭进程插件",
|
|
"main": "index.html",
|
|
"version": "0.0.3",
|
|
"author": "云之轩",
|
|
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
|
|
"logo": "logo.png",
|
|
"platform": ["win32"],
|
|
"preload":"preload.js",
|
|
"features": [{
|
|
"code": "kill",
|
|
"cmds": ["kill", "关闭进程"]
|
|
}]
|
|
} |