Capture Navigation History Firefox

Examine source code of Capture Navigation History

By: Marana
Inspect and view changes in Capture Navigation History source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Capture Navigation History",
  "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": "{601e4e92-0c36-4e64-a4b2-8eb7289ad141}",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Capture Navigation History",
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  }
}

Best Capture Navigation History Alternatives

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