webextensions History Browser Firefox

Examine source code of webextensions History Browser

Inspect and view changes in webextensions History Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Browse your firefox history like a boss.",
  "version": "1.0.2",
  "manifest_version": 2,
  "name": "History browser",
  "icons": {
    "32": "history-32.png"
  },
  "permissions": [
    "history",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "history-32.png",
    "default_title": "history",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.bundle.js",
      "history.bundle.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

Best webextensions History Browser Alternatives

Here are some Firefox add-ons that are similar to webextensions History Browser: