Smart Bookmarker (Save Bookmark to Folder) Firefox

Examine source code of Smart Bookmarker (Save Bookmark to Folder)

Inspect and view changes in Smart Bookmarker (Save Bookmark to Folder) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Smart Bookmarker (Save bookmark to folder)",
  "version": "2.4.1",
  "description": "Save bookmarks smartly to folders, with smart bookmarker and see your bookmark's folder structure.",
  "author": "Shailendra",
  "permissions": [
    "bookmarks",
    "contextMenus",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "scripting",
    "tabs",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "page_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "Add Bookmark to folder",
    "default_popup": "popup.html",
    "show_matches": [
      "<all_urls>"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Open Add Bookmark Popup"
    },
    "quick-save-to-last-saved-folder": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Quickly save to last saved folder (Without opening popup)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{621a05be-4f92-4f6c-9cee-9becb0953b23}"
    }
  }
}

Best Smart Bookmarker (Save Bookmark to Folder) Alternatives

Here are some Firefox add-ons that are similar to Smart Bookmarker (Save Bookmark to Folder):