New version, added hideshow functionality, theme changed a bit.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user