Bookmark Categories Manager Firefox

Examine source code of Bookmark Categories Manager

Inspect and view changes in Bookmark Categories Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BCM - Bookmark Categories Manager",
  "version": "2.0",
  "description": "Organiza y visualiza tus marcadores por categorías de manera cómoda y visual",
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{b38aa4ff-48f9-41f4-9b9a-84a09949e682}"
    }
  },
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "BCM - Bookmark Categories Manager",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "sidebar_action": {
    "default_panel": "sidebar.html",
    "default_title": "BCM - Marcadores",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "fullview.html",
    "sidebar.html"
  ]
}

Best Bookmark Categories Manager Alternatives

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