Bookmarks Table Firefox

Examine source code of Bookmarks Table

Inspect and view changes in Bookmarks Table source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bookmarks Table",
  "version": "0.8",
  "description": "View your Firefox bookmarks by date in a sortable searchable table",
  "action": {
    "name": "Load bookmarks",
    "default_icon": {
      "19": "icons/button19_lightgrey.png",
      "38": "icons/button38_lightgrey.png"
    }
  },
  "permissions": [
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "icons": {
    "16": "icons/button16_lightgrey.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e6263c9-a630-4f54-8216-6fc6a807ead6}",
      "strict_min_version": "110.0"
    }
  }
}

Best Bookmarks Table Alternatives

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