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

@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Tab Search",
"version": "1.2.2",
"description": "Search Tabs and switch to them quickly.",
"name": "Tab Search and Manage",
"version": "1.2.5",
"description": "This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs.",
"applications": {
"gecko": {
@@ -16,13 +16,14 @@
"96": "icons/tabsSearch_96.png"
},
"web_accessible_resources": [ "icons/*.png" ],
"permissions": [ "tabs" ],
"permissions": [
"tabs",
"tabHide"
],
"browser_action": {
"default_icon": "icons/tabsSearch_48.png",
"default_title": "Tab Search",
"default_title": "Tab Search and Manage",
"default_popup": "pages/tabsSearch.html"
}
}