LinkedIn Sidebar Firefox

Examine source code of LinkedIn Sidebar

Inspect and view changes in LinkedIn Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedIn Sidebar",
  "version": "1.0.0",
  "description": "A Firefox sidebar to quickly search LinkedIn and preview basic profile info from the current tab.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "*://*.linkedin.com/*"
  ],
  "sidebar_action": {
    "default_title": "LinkedIn Sidebar",
    "default_panel": "sidebar.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{82d77037-890d-48f5-8257-2a8b8e4a5eea}"
    }
  }
}

Best LinkedIn Sidebar Alternatives

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