From d8c31e3da5a829fc5bcdb4933f5d798a958b2552 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sat, 12 Sep 2020 22:45:39 +0300 Subject: [PATCH] Minor 1.9 (#43) - Now you can close the panel by clicking outside of it (#40) - Added ability to move only selected tabs aside (#19) - Context menu entries removed from pages' context menu (#41) - After update extension now will open GitHub Releases page with the latest version - Minor performance improvements Co-authored-by: Amine A. <15179425+AmineI@users.noreply.github.com> Co-Authored-By: Michael Gordeev --- README.md | 1 + TabsAside.html | 1 + css/style.css | 11 +++ js/aside-script.js | 3 + js/background.js | 175 +++++++++++++++++++++++++++------------------ manifest.json | 2 +- 6 files changed, 121 insertions(+), 72 deletions(-) diff --git a/README.md b/README.md index ad6d7a8..ae14775 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Unfortunately, in new Chromium-based Microsoft Edge, the devs decided not to imp - Auto Dark mode - Now you can restore one tab from collection without removing - Now you can choose if you want to load restored tabs only when you're navigating onto them +- Set tabs you've selected aside - **Now available for Firefox!** ## Download diff --git a/TabsAside.html b/TabsAside.html index 58e8f85..248dde5 100644 --- a/TabsAside.html +++ b/TabsAside.html @@ -15,6 +15,7 @@
+