This commit is contained in:
fofolee
2019-03-27 15:56:00 +08:00
parent 2b66c4959d
commit 9446af6b84
486 changed files with 27988 additions and 5342 deletions

View File

@@ -1,14 +1,15 @@
{
"pluginName": "ProcessKiller",
"description": "关闭进程插件",
"main": "index.html",
"version": "0.0.1",
"author": "云之轩",
"logo": "logo.png",
"platform": ["win32"],
"preload":"preload.js",
"features": [{
"code": "kill",
"cmds": ["kill", "关闭进程"]
}]
{
"pluginName": "ProcessKiller",
"description": "关闭进程插件",
"main": "index.html",
"version": "0.0.2",
"author": "云之轩",
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
"logo": "logo.png",
"platform": ["win32"],
"preload":"preload.js",
"features": [{
"code": "kill",
"cmds": ["kill", "关闭进程"]
}]
}