Bookmark Folder Finder Firefox

Examine source code of Bookmark Folder Finder

Inspect and view changes in Bookmark Folder Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bookmark Folder Finder",
  "version": "0.1.1",
  "description": "Quickly search and choose bookmark folders before saving tabs in Firefox.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Bookmark Folder Finder"
  },
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bookmark-folder-finder@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Open Bookmark Folder Finder and save the current tab"
    }
  }
}

Best Bookmark Folder Finder Alternatives

Here are some Firefox add-ons that are similar to Bookmark Folder Finder: