Selection Context Menu from Bookmarks Firefox

Examine source code of Selection Context Menu from Bookmarks

By: szmejap
Inspect and view changes in Selection Context Menu from Bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Selection Context Menu from Bookmarks",
  "version": "1.0.1",
  "description": "Creates a selection menu item from bookmarks. Selected content is passed to the bookmarks URLs to enable search in any bookmarked webpage. See options for details.",
  "browser_specific_settings": {
    "gecko": {
      "id": "63adf2dc50a4d9841f4e38a83b5f2c3836b41fec44@example.com",
      "strict_min_version": "70.0"
    }
  },
  "background": {
    "scripts": [
      "contextbookmarks.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "permissions": [
    "menus",
    "bookmarks",
    "storage",
    "notifications"
  ],
  "default_locale": "en"
}

Best Selection Context Menu from Bookmarks Alternatives

Here are some Firefox add-ons that are similar to Selection Context Menu from Bookmarks: