Bookmark Sorter Firefox

Examine source code of Bookmark Sorter

By: Neil
Inspect and view changes in Bookmark Sorter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bookmark Sorter",
  "version": "1.0.1",
  "description": "Sorts bookmarks in the toolbar based on how frequently you use them.",
  "permissions": [
    "storage",
    "webNavigation",
    "bookmarks"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bookmark_sorter@nodomain1.com"
    }
  },
  "background": {
    "scripts": [
      "dist/background.bundle.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.svg",
      "48": "icon.svg",
      "128": "icon.svg"
    }
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  }
}

Best Bookmark Sorter Alternatives

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