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
Copy file name to clipboardexpand all lines: README.md
+23-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ This is an extension for the browser extension <a href="https://github.com/piroo
16
16
<li> search by any tab property </li>
17
17
</ul>
18
18
19
-
<imgalt="Tab searches with different settings "src="./resources/screenshot-merged.png"width="600px"> <!-- remove this for AMO -->
19
+
<imgalt="Tab searches with different settings"src="./resources/screenshot-merged.png"width="600px"> <!-- remove this for AMO -->
20
+
<!-- Left to right: global search hotkey, customized filters, and search by tab ID. -->
20
21
21
22
There are quite a lot of things that can, but don't need to, be changed in the extensions options. The descriptions of the options also explain how some of the more advanced search features work.
22
23
Should the search bar not show up after installing this extension, then have a look at the top of the options page as well.
@@ -34,6 +35,27 @@ This extension doesn't collect any data, nor does it directly or indirectly cont
34
35
This extension only momentarily changes how tabs are displayed in the sidebar, but does no persistent changes to them, and should thus also not be able to cause any (tab) data loss.
35
36
36
37
38
+
## Screenshots
39
+
40
+

41
+
Default view of search results in Firefox 89 (other screenshots have customized options).
42
+
43
+

44
+
Highlighting search results in bold orange, the currently selected result in bold blue, and parents of search results in green.
45
+
All other tabs are shrunk and dimmed.
46
+
Pressing Ctrl+Enter will switch to the blue tab.
47
+
48
+

49
+
The global hotkey allows searching (and then switching to) tabs without moving the cursor. For technical reasons, the search panel has to open in the little popup at the top.
50
+
51
+

52
+
There is an option to display the tab IDs while the search panel is focused, to the quickly switch to tabs by id.
53
+
54
+

55
+
Additional search modes: case sensitive, as whole word, or by regular expression.
56
+
By default tab titles and URLs are searched, but there is an option to search all other (tree style) tab properties as well.
57
+
58
+
37
59
## Additional Features
38
60
39
61
I am happy to receive feedback or contributions on this. This is the list of stuff that should be addressed:
0 commit comments