Flickr (Pin Tab) Firefox

Examine source code of Flickr (Pin Tab)

Inspect and view changes in Flickr (Pin Tab) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Flickr (Pin Tab)",
  "description": "Switch to Flickr (Pin Tab) with a single click or a Hot Key (Alt+F)!",
  "version": "1.0",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Switch to Flickr (Pin Tab)"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+F"
      },
      "description": "Switch to Flickr (Pin Tab)"
    }
  }
}

Best Flickr (Pin Tab) Alternatives

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