On-Page Link Status Checker

On-Page Link Status Checker

Easily check the status of all links on a page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "On-Page Link Status Checker",
  "description": "Easily check the status of all links on a page.",
  "version": "1.4.7",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "name": "Find Broken Links on Any Web Page - nonLinks",
    "default_title": "Find Broken Links on Any Web Page - nonLinks",
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2
}