Bookmarks clean up Firefox

Examine source code of Bookmarks clean up

Inspect and view changes in Bookmarks clean up source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Quickly clean up your bookmarks: remove duplicates, dead links, and empty folders, merge similar bookmark folders.",
  "version": "0.2.0",
  "name": "Bookmarks clean up",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 3,
  "icons": {
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "32": "icons/icon32.png",
      "64": "icons/icon64.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "bookmarks"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1087d5d-d793-445a-b988-088b1d86f2a6}"
    }
  }
}

Mejores alternativas Bookmarks clean up

Aquí hay algunas Firefox add-ons que son similares a Bookmarks clean up: