Bookmarks export Firefox

Examine source code of Bookmarks export

Inspect and view changes in Bookmarks export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Export Bookmarks",
  "description": "Export all your bookmarks to CSV or Excel format",
  "version": "1.1.0",
  "author": "Patrice J. - pjdev92@gmail.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "4eed475d3dB3894e9dzadD9061DF3f2765DE0b23pjdev92@gmail.com"
    }
  },
  "permissions": [
    "activeTab",
    "bookmarks",
    "downloads"
  ],
  "action": {
    "default_icon": {
      "16": "images/mark-16.png",
      "32": "images/mark-32.png",
      "128": "images/mark-128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/mark-16.png",
    "32": "images/mark-32.png",
    "128": "images/mark-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js",
        "xlsx.full.min.js",
        "xlsx.zahl.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}

Best Bookmarks export Alternatives

Here are some Firefox add-ons that are similar to Bookmarks export: