SEARCH Investigative and Forensic Toolbar

This extension provides investigators and forensic examiners with links to investigative and forensic resources.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "Timothy M. Lott, SEARCH Group, Inc.",
  "description": "This extension provides investigators and forensic examiners with links to investigative and forensic resources.",
  "manifest_version": 2,
  "name": "SEARCH Investigative and Forensic Toolbar",
  "version": "4.3.2",
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "browser_action": {
    "default_icon": "data/search-16.png",
    "default_popup": "data/searchtoolbar.html"
  }
}