Tab Sink Firefox

Examine source code of Tab Sink

제작자: Nikolai Mavrenkov
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>"
  ]
}

최고의 Tab Sink 대안

다음은 Tab Sink과(와) 유사한 Firefox add-on입니다: