Sidebar Extension Firefox

Examine source code of Sidebar Extension

By: sohail
Inspect and view changes in Sidebar Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sidebar Extension",
  "version": "1.0",
  "description": "Adds a sidebar to the browser",
  "icons": {
    "48": "logo.png"
  },
  "permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "sidebar_action": {
    "default_title": "Sidebar Extension",
    "default_panel": "sidebar.html",
    "default_icon": {
      "16": "logo.png",
      "32": "logo.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{77afc8df-f271-4b05-9373-a6948be44643}"
    }
  }
}

Best Sidebar Extension Alternatives

Here are some Firefox add-ons that are similar to Sidebar Extension: