workflow_errors

workflow_errors extension will help you to have a predict some error messages that may happen when the website is live specifically for frontend engineer’s workflow.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "modify-page",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}