Pinboard Right

Pinboard Right

Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "name": "Pinboard Right",
  "version": "1.6.50",
  "description": "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).",
  "icons": {
    "16": "pinboard-16x16.png",
    "48": "pinboard-48x48.png",
    "128": "pinboard-128x128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "homepage_url": "http://pinboardright.markjhulme.com/",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "6.0"
}