Bookmark Exporter (CSV) Firefox

Examine source code of Bookmark Exporter (CSV)

Inspect and view changes in Bookmark Exporter (CSV) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark Exporter (CSV)",
  "version": "1.0.0",
  "description": "Export your Firefox bookmarks to CSV (Title, URL, Folder, Date Added).",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "bookmarks",
    "downloads"
  ],
  "browser_action": {
    "default_title": "Bookmark Exporter (CSV)",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{55a6a3a4-af03-4091-aae5-1ec6a8f1ac88}"
    }
  }
}

Best Bookmark Exporter (CSV) Alternatives

Here are some Firefox add-ons that are similar to Bookmark Exporter (CSV):