uTools-ProcessKiller/plugin.json

18 lines
689 B
JSON

{
"pluginName": "关闭进程",
"description": "列出当前运行的所有进程,左键进行关闭,右键进行重启",
"main": "index.html",
"version": "0.0.6",
"author": "云之轩",
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
"publishPage": "https://yuanliao.info/d/296",
"logo": "logo.png",
"platform": ["win32", "darwin"],
"unpack":"{IconExtractor.exe,Newtonsoft.Json.dll,file-icon}",
"preload":"preload.js",
"features": [{
"code": "kill",
"explain": "列出当前运行的所有进程,左键进行关闭,右键进行重启",
"cmds": ["kill", "关闭进程"]
}]
}