Tab Sink Firefox

Examine source code of Tab Sink

Inspect and view changes in Tab Sink source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab-sink",
  "description": "Extension to work with tabs",
  "version": "0.3.2",
  "icons": {
    "32": "static/logo.svg"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "static/logo.svg",
    "default_title": "Sink all tabs",
    "theme_icons": [
      {
        "light": "static/logo_light.svg",
        "dark": "static/logo_dark.svg",
        "size": 32
      }
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "downloads",
    "history",
    "<all_urls>"
  ]
}

Best Tab Sink Alternatives

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