Tab hider Firefox

Examine source code of Tab hider

제작자: Andy McKay
Inspect and view changes in Tab hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Simple tab hider.",
  "homepage_url": "https://github.com/andymckay/snooze-tabs",
  "manifest_version": 2,
  "name": "Tab hider",
  "permissions": [
    "alarms",
    "menus",
    "notifications",
    "storage",
    "tabs",
    "tabHide"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Hidden tabs",
    "default_icon": {
      "128": "off.svg"
    }
  },
  "icons": {
    "128": "off.svg"
  },
  "version": "0.4.5",
  "applications": {
    "gecko": {
      "id": "tab-hider@andym.mozilla.com",
      "strict_min_version": "59.0a1"
    }
  }
}

최고의 Tab hider 대안

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