History Inspector Firefox

Examine source code of History Inspector

Inspect and view changes in History Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "History Inspector",
  "version": "1.0.0",
  "description": "Capture and display navigation history for the current tab during the browser session.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f58688c8-d4f2-470c-bceb-c07ab8d905aa}",
      "strict_min_version": "121.0"
    }
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "History Inspector",
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  }
}

Best History Inspector Alternatives

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