Encrypted Bookmarks Exporter Firefox

Examine source code of Encrypted Bookmarks Exporter

Inspect and view changes in Encrypted Bookmarks Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Anthony Epshtein",
  "homepage_url": "https://github.com/e4nthony/Encrypted-Bookmarks-Exporter-Add-on",
  "name": "Encrypted Bookmarks Exporter",
  "version": "1.0.0",
  "description": "Export your bookmarks into password encrypted file and store them securely, import them back into browser with this add-on.",
  "manifest_version": 3,
  "permissions": [
    "bookmarks",
    "downloads"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "action": {
    "default_title": "Encrypt & Export Bookmarks"
  },
  "sidebar_action": {
    "default_panel": "src/popup/menu.html"
  },
  "icons": {
    "16": "assets/lockicon16.png",
    "24": "assets/lockicon24.png",
    "32": "assets/lockicon32.png",
    "64": "assets/lockicon64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f661f073-2997-44b8-a508-ac0eee517a93}"
    }
  }
}

Best Encrypted Bookmarks Exporter Alternatives

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