BookmarkNote Shelf Firefox

Examine source code of BookmarkNote Shelf

Inspect and view changes in BookmarkNote Shelf source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BookmarkNote Shelf",
  "version": "1.0.0",
  "description": "Save the current tab as a Firefox bookmark with a local note, tags, status, and copy-ready reference text.",
  "icons": {
    "48": "assets/icon.svg",
    "96": "assets/icon.svg"
  },
  "action": {
    "default_title": "BookmarkNote Shelf",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "assets/icon.svg",
      "96": "assets/icon.svg"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bookmarknote-shelf@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best BookmarkNote Shelf Alternatives

Here are some Firefox add-ons that are similar to BookmarkNote Shelf: