SiteBookmarks

SiteBookmarks

View your bookmarks on the current site from the context (right-click) menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "SiteBookmarks",
  "description": "View your bookmarks on the current site from the context (right-click) menu.",
  "version": "1.6",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "permissions": [
    "bookmarks",
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "minimum_chrome_version": "20.0"
}