HTML Comments Finder Firefox

Examine source code of HTML Comments Finder

제작자: VRZ Add-on
Inspect and view changes in HTML Comments Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HTML Comments Finder",
  "description": "Finds HTML comments in the current page",
  "homepage_url": "https://github.com/AstralVRZ/html-comment-finder",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "page": "bg.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "CommentFinder@astralvrz.github.io"
    }
  },
  "icons": {
    "128": "images/eye_open.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}

최고의 HTML Comments Finder 대안

다음은 HTML Comments Finder과(와) 유사한 Firefox add-on입니다: