Tabs Grid Firefox

Examine source code of Tabs Grid

Inspect and view changes in Tabs Grid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tabs Grid",
  "version": "1.0",
  "description": "Shows all open tabs in a grid format.",
  "icons": {
    "48": "icons/tabs-grid.svg",
    "96": "icons/tabs-grid.svg"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/tabs-grid.svg",
    "default_title": "Show tabs grid",
    "theme_icons": [
      {
        "light": "icons/tabs-grid-light.svg",
        "dark": "icons/tabs-grid.svg",
        "size": 16
      },
      {
        "light": "icons/tabs-grid-light.svg",
        "dark": "icons/tabs-grid.svg",
        "size": 32
      }
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Tabs Grid Alternatives

Here are some Firefox add-ons that are similar to Tabs Grid: