Bookmark Manager per Domain and Page

Bookmark Manager per Domain and Page

A Bookmark Manager to list all bookmarks for the domain or page of the current URL as hyperlinks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "description": "A Bookmark Manager to list all bookmarks for the domain or page of the current URL as hyperlinks.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk+vRJtA4nuxSZZd4JpZIHhCsqqWXR9jNe4NQ5HYAjKH8qwF8TCseCHkwFzRVMRVCsp+3OxNujmhIJuNKI4ocQuLCFfNVYS3iAvYJAKe/gxZRu5GRbySzNXTocpoZXQEJy5TT2/gQabarK7TSZpWdXy64KAI+rLGY/vx5x0Sa3f8e5AKtiRooVN5rebDqT/L5bgusgJjIsiTkwO7dIjRAO+x+kDqvMceJWOzB4rQ8/7fM6xvccG8Nzdp26JZQ7BjEDLIgy9gv5StsahM78IUkjReTF/jmjg/retcGxl45bWRC3ltYxrV1AOs9eCiIsul0vzJ15on9Lz/Ypf3sdZi23QIDAQAB",
  "manifest_version": 2,
  "name": "Bookmark Manager per Domain and Page",
  "permissions": [
    "tabs",
    "bookmarks"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5"
}