You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**auto-close-duplicate-tabs** - automatically close other duplicate tabs when opening the same URL/bookmark/link multiple times, contains options to specify the matching and scope
4
+
5
+
# SYNOPSIS
6
+
7
+
runs passively in the background and monitors tabs for duplicates and will close them if they match to the degree specified by the options. note: the toolbar button allows to toggle the activation state if for some reason you want to open some tabs as duplicates
8
+
9
+
# USER INPUTS
10
+
11
+
- tab creation
12
+
- tab navigation
13
+
- toggle the activation state via the toolbar button
14
+
15
+
# OPTIONS
16
+
17
+
-**ignore window scope**: expands the scope convering tabs in different windows
18
+
-**ignore container scope**: expand the scope covering tabs in different containers
19
+
-**ignore URL parameters**: URL will be considert duplicates even if they have different URL parameters
20
+
-**ignore URL path**: URL will be considert duplicates when they have the same domain (mapping one tab per site/domain)
21
+
22
+
# REQUIRED PERMISSIONS
23
+
24
+
-**tabs**: used to read the tab URLs related events
25
+
-**storage**: used to store the option setting
26
+
-**cookies**: used to read the tab container id (aka. cookieStoreId)
27
+
-**tabGroups**: used to read the groupId properties of tabs
28
+
29
+
# OPTIONAL PERMISSIONS
30
+
31
+
none
32
+
(note: i would really have liked to make the cookies and tabgroup permission optional (let the user toggle them on when necessary) ... but at the current time these permissions can not be set as optional. If that changes i'll update the addon.)
0 commit comments