Tab Grid Firefox

Examine source code of Tab Grid

Inspect and view changes in Tab Grid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Grid",
  "version": "2.1",
  "description": "Shows all open tabs in a grid format.",
  "icons": {
    "48": "icons/tabs-grid.svg",
    "96": "icons/tabs-grid.svg"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "activeTab",
    "contextualIdentities",
    "bookmarks"
  ],
  "browser_action": {
    "default_icon": "icons/tabs-grid.svg",
    "default_title": "Open Tab 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"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-grid@ravewyvern.me",
      "strict_min_version": "114.0"
    }
  }
}

Best Tab Grid Alternatives

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