Files
2024-12-11 22:53:46 +08:00

27 lines
826 B
JSON
Raw Permalink 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": "书签和历史记录 Next",
"author": "lanyuanxiaoyao",
"homepage": "http://lanyuanxiaoyao.com",
"description": "快速查找打开书签和历史记录,支持 vscodesublimejetbrainsAndroid StudioGoLandIDEAPyCharmWebstorm等系列WPSOfficeWordExcelPowerpointLibreOfficeXcodeChromeFirefoxSafariEdgeOperaBraveYandex等主流浏览器",
"version": "4.0.0",
"logo": "fox.png",
"preload": "preload.js",
"pluginSetting": {
"single": true
},
"development":{
"main": "http://localhost:5173/index.html"
},
"features": [
{
"code": "setting",
"explain": "「书签与历史记录」插件配置界面",
"icon": "fox.png",
"cmds": [
"Setting",
"设置"
]
}
]
}