Quick Bookmarks Finder (Visual Tree) Firefox

Examine source code of Quick Bookmarks Finder (Visual Tree)

Inspect and view changes in Quick Bookmarks Finder (Visual Tree) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Bookmarks Finder",
  "version": "2.0",
  "description": "Quick Bookmarks Finder is a browser extension designed to help you efficiently search bookmarks and eliminate duplicate bookmarks",
  "permissions": [
    "bookmarks",
    "tabs",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "bookmark-popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4a40044b-5965-4419-bbd9-1273e5008ebd}"
    }
  }
}

Best Quick Bookmarks Finder (Visual Tree) Alternatives

Here are some Firefox add-ons that are similar to Quick Bookmarks Finder (Visual Tree):