Updating for Firefox AMO
This commit is contained in:
parent
f0c2a51887
commit
4bf57abfd0
|
@ -4,11 +4,8 @@ Search Firefox tabs and get a list or automatic direct to the searched tab.
|
|||
# Download
|
||||
https://addons.mozilla.org/en-US/firefox/addon/tab-search-and-manage/
|
||||
|
||||
# Version: 1.3.2
|
||||
<ul>
|
||||
<li>Fixed lower buttons not detecting clicks.</li>
|
||||
<li>Implimented Template html for faster renders of lists.</li>
|
||||
</ul>
|
||||
# Version: 1.3.3
|
||||
Updating for Firefox AMO
|
||||
|
||||
***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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Tab Search and Manage",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs.",
|
||||
|
||||
"applications": {
|
||||
|
|
Loading…
Reference in New Issue