1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Minor 1.8 (#34)

- Ability to rename Tab Groups #33
- Added collections view switch #35
This commit is contained in:
Michael Gordeev
2020-08-29 18:39:51 +03:00
committed by GitHub
parent 10edf4f975
commit 3e60583427
7 changed files with 203 additions and 57 deletions
+4
View File
@@ -119,6 +119,10 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) =>
RemoveTab(message.collectionIndex, message.tabIndex);
sendResponse();
break;
case "renameCollection":
collections[message.collectionIndex].name = message.newName;
localStorage.setItem("sets", JSON.stringify(collections));
break;
case "togglePane":
chrome.tabs.query(
{