Skip to content

Commit f8d5701

Browse files
committed
update readme
1 parent 55fd920 commit f8d5701

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1+
# NAME
2+
3+
**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.)
33+
34+
# DEMO VIDEO
35+
136
https://github.com/user-attachments/assets/0d430b31-0549-40d1-9d30-dcde01bc94b4

auto-close-duplicate-tabs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"browser_action": {
88
"default_area": "navbar"
99
},
10-
"description": "Auto close tabs with the same URLs (excluding hashes) in the same context and tabgroup which were already open",
10+
"description": "Auto close duplicate tabs with options to configure what duplicate means and what scope to consider",
1111
"icons": {
1212
"128": "icon.png"
1313
},

0 commit comments

Comments
 (0)