This commit is contained in:
fofolee 2020-04-25 20:05:36 +08:00
parent f5335ac712
commit 01b20945b6
5 changed files with 11 additions and 3 deletions

BIN
ProcessKiller-0.1.1.upx Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
# ProcessKiller V0.1.0
# ProcessKiller V0.1.1
## 简介
@ -9,6 +9,10 @@
## 更新日志
**v0.1.1**
- 当某些进程路径未能获取时,显示相应提示
**v0.1.0**
- 增加两个功能:复制进程路径和在文件管理器中显示

View File

@ -1,4 +1,4 @@
# ProcessKiller V0.1.0
# ProcessKiller V0.1.1
## 简介
@ -9,6 +9,10 @@
## 更新日志
**v0.1.1**
- 当某些进程路径未能获取时,显示相应提示
**v0.1.0**
- 增加两个功能:复制进程路径和在文件管理器中显示

View File

@ -2,7 +2,7 @@
"pluginName": "关闭进程",
"description": "列出当前运行的所有进程,左键进行关闭,右键进行重启",
"main": "index.html",
"version": "0.1.0",
"version": "0.1.1",
"author": "云之轩",
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
"publishPage": "https://yuanliao.info/d/296",