Recon

This is a tool that provides various options for advance and versatile search.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Recon",
  "description": "This is a tool that provides various options for advance and versatile search.",
  "homepage_url": "https://github.com/aditya12anand/Recon",
  "version": "1.9",
  "icons": {
    "48": "icons/recon-48.png",
    "96": "icons/recon-96.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background_chrome.js"
    ]
  }
}