Tab List Sidebar

Tab List Sidebar

View a list of all your open tabs in a sidebar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tab List Sidebar",
  "version": "0.3",
  "description": "View a list of all your open tabs in a sidebar",
  "homepage_url": "https://github.com/miller-time/firefox-tab-list",
  "icons": {
    "16": "icons/list-green.svg"
  },
  "permissions": [
    "tabs"
  ],
  "sidebar_action": {
    "default_icon": {
      "16": "icons/list-green.svg"
    },
    "default_title": "Tab List",
    "default_panel": "sidebar/tab_list.html",
    "browser_style": true
  }
}