uTools-Manuals/plugin.json

25 lines
887 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pluginName": "程序员手册",
"description": "内置了十多个实用的离线中文手册包括Linux、PHP、Python、JS等,以及提供了搜索devdocs、dash/zeal上的文档的功能",
"main": "index.html",
"homepage": "https://github.com/fofolee/uTools-Manuals",
"publishPage": "https://yuanliao.info/d/356",
"version": "1.0.3",
"author": "云之轩",
"logo": "logo.png",
"platform": [ "win32", "darwin", "linux" ],
"preload": "preload.js",
"features": [
{
"code": "options",
"explain": "调整程序员手册的功能",
"cmds": [ "手册设置", "ManualOptions" ]
},
{
"code": "dash",
"explain": "打开dash 或 zeal 进行搜索",
"cmds": [ "dash" ],
"icon": "logo/dash.png"
}
]
}