Import Pinboard Bookmarks to Chrome

Import Pinboard Bookmarks to Chrome

Import a set of bookmarks from the Pinboard bookmark service into the Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Grant Winney",
  "homepage_url": "https://github.com/grantwinney/pinboard-bookmarks-to-chrome",
  "name": "Import Pinboard Bookmarks to Chrome",
  "description": "Import a set of bookmarks from the Pinboard bookmark service into the Chrome browser.",
  "version": "1.0.1",
  "icons": {
    "16": "images/pb-to-chr-16.png",
    "32": "images/pb-to-chr-32.png",
    "48": "images/pb-to-chr-48.png",
    "64": "images/pb-to-chr-64.png",
    "128": "images/pb-to-chr-128.png"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "options_page": "options.html",
  "permissions": [
    "bookmarks",
    "storage",
    "https://api.pinboard.in/"
  ]
}