mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-12-31 15:46:17 +08:00
v0.0.2
This commit is contained in:
27
plugin.json
27
plugin.json
@@ -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", "关闭进程"]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user