Bulk Bookmark Saver Firefox

Examine source code of Bulk Bookmark Saver

Inspect and view changes in Bulk Bookmark Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bulk Bookmark Saver",
  "version": "1.0",
  "description": "Save multiple tabs as bookmarks at once",
  "permissions": [
    "bookmarks",
    "tabs",
    "storage",
    "contextMenus",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Save all tabs and close window",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "96": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.0",
      "id": "{e516c0c0-fdc3-431d-88eb-3683a9aa93aa}"
    }
  }
}

Best Bulk Bookmark Saver Alternatives

Here are some Firefox add-ons that are similar to Bulk Bookmark Saver: