Tab dump Firefox

Examine source code of Tab dump

제작자: karol-121 Add-on
Inspect and view changes in Tab dump source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab dump",
  "description": "Allows to dump to and open tabs from text list",
  "manifest_version": 2,
  "version": "2",
  "permissions": [
    "find",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background/userDataController.js",
      "background/tabController.js",
      "background/messageController.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_action": {
    "default_title": "Tab dump",
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_popup": "gui/page.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c61be850-f84f-4e36-9b15-6fcfa61cb5ef}"
    }
  }
}

최고의 Tab dump 대안

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