Toggle Native Tab Bar Firefox

Examine source code of Toggle Native Tab Bar

Par : Irv66
Inspect and view changes in Toggle Native Tab Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle Native Tab Bar",
  "version": "0.9.8",
  "description": "Shows or hides the native tab bar",
  "homepage_url": "https://github.com/irvinm/Toggle-Native-Tab-Bar",
  "permissions": [
    "storage",
    "sessions",
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-visible.svg",
    "default_title": "Toggle Native Tab Bar"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "Toggle-Native-Tab_Bar@irvinm.addons.mozilla.org",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    "icons/*.svg",
    "options/prism.js",
    "options/prism.css"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png"
  },
  "commands": {
    "toggle-tab-bar": {
      "suggested_key": {
        "default": "Ctrl+Alt+T"
      },
      "description": "Toggle the native tab bar"
    }
  }
}

Meilleures alternatives Toggle Native Tab Bar

Voici quelques Firefox add-ons qui sont similaires à Toggle Native Tab Bar :