From 878b21da9cc92ae06725e6154ea0bb12b77a8809 Mon Sep 17 00:00:00 2001 From: define9 Date: Sun, 5 Nov 2023 10:37:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E4=B9=A6=E7=AD=BE=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/total-plugins.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/plugins/total-plugins.json b/plugins/total-plugins.json index 65da394..46a5468 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" } -- GitLab