Bookmark rule-based filter Firefox

Examine source code of Bookmark rule-based filter

Inspect and view changes in Bookmark rule-based filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark rule-based filter",
  "version": "0.1.0",
  "description": "Automatically new bookmarks from the Unsorted folder to a folder of your choice when they match a certain pattern",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "settingsPage.html",
    "settingsPage.js",
    "icons/icon128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ee1aaea-244f-40ed-97f0-17d17877a4bc}"
    }
  }
}

Best Bookmark rule-based filter Alternatives

Here are some Firefox add-ons that are similar to Bookmark rule-based filter: