diff --git a/plugins.json b/plugins.json index 5d26feb6..843f78ef 100644 --- a/plugins.json +++ b/plugins.json @@ -508,7 +508,7 @@ "type": "plugin", "preview": "https://raw.githubusercontent.com/daltonmenezes/hyper-init/master/img/hyper-init.gif", "dateAdded": "1541659140469" - }, + }, { "name": "hyper-launch-menu", "description": "Launch more than one kind of shell from the menu", @@ -635,5 +635,12 @@ "#9272dc" ], "dateAdded": "1597807892019" + }, + { + "name": "hyper-new-tab", + "description": "Add a button + to easily open a new tab in your Hyper terminal.", + "type": "plugin", + "preview": "https://raw.githubusercontent.com/vercel/hyper-site/f0cf1212e63c7c536d0183127c902d3e45a434c6/public/store/hyper-new-tab.png", + "dateAdded": "1695024281571" } ] diff --git a/public/store/hyper-new-tab.png b/public/store/hyper-new-tab.png new file mode 100644 index 00000000..ad4e1d69 Binary files /dev/null and b/public/store/hyper-new-tab.png differ