Auto Bookmark Classification Firefox

Examine source code of Auto Bookmark Classification

Inspect and view changes in Auto Bookmark Classification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Bookmark Classification",
  "version": "1.2",
  "description": "Automatically classifies bookmarks based on the domain.",
  "permissions": [
    "bookmarks",
    "storage",
    "tabs",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png"
    }
  },
  "icons": {
    "64": "icon64.png"
  },
  "commands": {
    "save-or-open": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Save bookmark or open popup if folder is unknown"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bfe175f7-a202-4d82-93dd-7a8efad45869}"
    }
  }
}

Best Auto Bookmark Classification Alternatives

Here are some Firefox add-ons that are similar to Auto Bookmark Classification: