Website Links Checker

Website Links Checker

This tool helps you check all links from a page you are currently viewing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Website Links Checker",
  "description": "This tool helps you check all links from a page you are currently viewing.",
  "author": "Keral Patel",
  "homepage_url": "https://www.keralpatel.com",
  "version": "1.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/linkschecker128.png"
  },
  "icons": {
    "16": "images/linkschecker16.png",
    "32": "images/linkschecker32.png",
    "48": "images/linkschecker48.png",
    "128": "images/linkschecker128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}