Awesome Bookmarks Button

Awesome Bookmarks Button

Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Awesome Bookmarks Button",
  "version": "1.2.0.0",
  "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.",
  "icons": {
    "16": "bookmarks_16.png",
    "48": "bookmarks_48.png",
    "128": "bookmarks_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "bookmarks_19.png",
    "default_title": "Awesome Bookmarks Button"
  },
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "manifest_version": 2
}