diff --git a/plugins/total-plugins.json b/plugins/total-plugins.json index 65da3942ad5add9cba3b5acd4f511f37d2b07fc6..46a5468918498be5d0c20857cd593af449d1b3c9 100644 --- a/plugins/total-plugins.json +++ b/plugins/total-plugins.json @@ -1492,6 +1492,36 @@ "homepage": "https://gitee.com/rubick-center/rubick-everything/raw/main/README.md", "version": "2.5.1", "pluginType": "ui" +}, +{ + "name": "rubick-bookmark-sharp", + "pluginName": "bookmark-sharp", + "version": "0.0.2", + "description": "自定义书签搜索,快速在浏览器打开", + "main": "index.html", + "preload": "preload.js", + "logo": "https://define9.github.io/images/favicon.ico", + "pluginType": "ui", + "features": [ + { + "code": "bookmark", + "explain": "自定义书签", + "cmds": [ + "bookmark", + "书签" + ] + }, + { + "code": "setting", + "explain": "自定义书签-设置", + "cmds": [ + "setting", + "书签设置" + ] + } + ], + "author": "define9", + "homePage": "https://raw.githubusercontent.com/define9/bookmark-sharp/main/README.md" }