This commit is contained in:
fofolee 2020-06-05 19:45:49 +08:00
parent 02b80e839e
commit b0fb4db2cb
5 changed files with 15 additions and 8 deletions

BIN
ProcessKiller-0.1.4.upx Normal file

Binary file not shown.

View File

@ -1,15 +1,19 @@
# ProcessKiller V0.1.2
# ProcessKiller V0.1.4
## 简介
- 列出当前进程,按内存占用从高到低排序
- 支持关闭,重启,复制进程路径,在文件夹内显示等功能
- 支持 window 和 macOS
- 全平台支持
- 有些进程是否能结束、路径是否能获取取决于uTools是否以管理员权限运行
## 更新日志
**v0.1.2**
**v0.1.4**
- 支持 linux
**v0.1.3**
- 添加更多错误提示
- 上架插件中心

View File

@ -1,15 +1,19 @@
# ProcessKiller V0.1.2
# ProcessKiller V0.1.4
## 简介
- 列出当前进程,按内存占用从高到低排序
- 支持关闭,重启,复制进程路径,在文件夹内显示等功能
- 支持 window 和 macOS
- 全平台支持
- 有些进程是否能结束、路径是否能获取取决于uTools是否以管理员权限运行
## 更新日志
**v0.1.2**
**v0.1.4**
- 支持 linux
**v0.1.3**
- 添加更多错误提示
- 上架插件中心

View File

@ -2,12 +2,11 @@
"pluginName": "关闭进程",
"description": "列出当前运行的所有进程,左键进行关闭,右键进行重启",
"main": "index.html",
"version": "0.1.2",
"version": "0.1.4",
"author": "云之轩",
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
"publishPage": "https://yuanliao.info/d/296",
"logo": "logo.png",
"platform": ["win32", "darwin"],
"unpack":"ProcessKiller.cs",
"preload":"preload.js",
"features": [{