New version, added hideshow functionality, theme changed a bit.

This commit is contained in:
2018-05-20 18:20:23 -05:00
parent 38972fd87c
commit ca3d2b3513
18 changed files with 166 additions and 55 deletions

View File

@@ -5,11 +5,20 @@ Search Firefox tabs and get a list or automatic direct to the searched tab.
https://addons.mozilla.org/en-US/firefox/addon/tab-search-smarter/
# Version: 1.2.2
Changed theme to differentiate from Tab Groups plugin.
<ul>
<li>Changed plugin name</li>
<li>Added show/hide tabs functionality</li>
<li>Changed some theming and css rules</li>
</ul>
***Note:
To get tab hiding functionality, you must go to <b>about:config</b> and search for <b>extensions.webextensions.tabhide.enabled</b>. Set it to <b>true</b> by double clicking it. Then tabs can be shown or hidden via the eyes.
# Images
![1 Default list style without interacting with tab. ](images/pic1.png)
![2 Hovoring on tab. ](images/pic2.png)
![2 Hovering on tab. ](images/pic2.png)
![3 List of tabs matching search. ](images/pic3.png)
![4 Search failed response. ](images/pic4.png)
![4 3 tabs hidden and three shown. ](images/pic4.png)
![5 All tabs but current active hidden. ](images/pic5.png)
![6 Search failed response. ](images/pic6.png)