Quick Tab Hide & Restore Firefox

Examine source code of Quick Tab Hide & Restore

提供元: 69VN
Inspect and view changes in Quick Tab Hide & Restore source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Tab Hide & Restore",
  "version": "1.0",
  "description": "Quickly hide and restore all tabs using keyboard shortcuts.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "hide-tabs": {
      "suggested_key": {
        "default": "Alt+H"
      },
      "description": "Hide all tabs"
    },
    "restore-tabs": {
      "suggested_key": {
        "default": "Alt+R"
      },
      "description": "Restore hidden tabs"
    }
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "applications": {
    "gecko": {
      "id": "quicktabhide@example.com",
      "strict_min_version": "68.0"
    }
  }
}

ベストのQuick Tab Hide & Restore代替案

Quick Tab Hide & Restoreに類似したFirefox add-onをいくつか紹介します: