初始提交

This commit is contained in:
2024-12-11 22:53:46 +08:00
commit 3d8e041fd6
32 changed files with 4098 additions and 0 deletions

26
public/plugin.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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",
"设置"
]
}
]
}