Pinboard+ Firefox

Examine source code of Pinboard+

Inspect and view changes in Pinboard+ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pinboard+",
  "version": "1.2.1resigned1",
  "description": "A better firefox extension for Pinboard (http://pinboard.in).",
  "homepage_url": "https://github.com/lostsnow/pinboard-firefox",
  "icons": {
    "48": "img/appicon-48.png",
    "96": "img/appicon-96.png"
  },
  "applications": {
    "gecko": {
      "id": "pinboard-plus@lsproc.com",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "/js/libs/jquery.min.js",
      "js/common.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/description.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "Pinboard+",
    "default_icon": {
      "18": "img/icon-gray-18.png",
      "32": "img/icon-gray-32.png",
      "36": "img/icon-gray-36.png",
      "64": "img/icon-gray-64.png"
    },
    "default_popup": "html/popup.html"
  },
  "page_action": {
    "browser_style": true,
    "default_title": "Pinboard+",
    "default_icon": {
      "18": "img/icon-gray-18.png",
      "32": "img/icon-gray-32.png",
      "36": "img/icon-gray-36.png",
      "64": "img/icon-gray-64.png"
    },
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+P"
      }
    }
  }
}

Best Pinboard+ Alternatives

Here are some Firefox add-ons that are similar to Pinboard+: