Fixed serchmode persistence and missing slot 0 tab

This commit is contained in:
2018-05-24 17:04:06 -05:00
parent da93d9cfc3
commit c70553b0e4
5 changed files with 70 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tab Search and Manage",
"version": "1.2.6",
"version": "1.2.8",
"description": "This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs.",
"applications": {
@@ -18,7 +18,8 @@
"permissions": [
"tabs",
"tabHide"
"tabHide",
"storage"
],
"browser_action": {