BookmarksHome

BookmarksHome

Create a page with bookmark links neatly arranged. (and it can be saved as HTML file.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "BookmarksHome",
  "version": "1.2.5",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "icons": {
    "20": "icons/favicon.png",
    "32": "icons/icon.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "storage",
    "menus",
    "downloads"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/favicon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "protocol_handlers": [
    {
      "protocol": "ext+bkmh",
      "name": "open BookmarksHome's page",
      "uriTemplate": "/contents.html?%s"
    }
  ],
  "default_locale": "en"
}