Skype (Pin Tab) Firefox

Examine source code of Skype (Pin Tab)

Inspect and view changes in Skype (Pin Tab) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Skype (Pin Tab)",
  "description": "Switch to Skype (Pin Tab) with a single click or a Hot Key (Alt+4)!",
  "version": "1.1resigned1",
  "manifest_version": 2,
  "permissions": [
    "*://*.skype.com/*",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/skype.png"
  },
  "browser_action": {
    "default_icon": "icons/skype.png",
    "default_title": "Switch to Skype (Pin Tab)"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+4"
      },
      "description": "Switch to Skype (Pin Tab)"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.skype.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e26659c9-fe4b-4b01-bbb4-e38422719588}"
    }
  }
}

Best Skype (Pin Tab) Alternatives

Here are some Firefox add-ons that are similar to Skype (Pin Tab):