제작자: VRZ
Inspect and view changes in HTML Comment Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Comment Finder",
"description": "Finds all HTML, CSS and JavaScript comments on a webpage.",
"homepage_url": "https://github.com/AstralVRZ/html-comment-finder",
"version": "2.2",
"permissions": [
"activeTab"
],
"host_permissions": [
"*://*/*"
],
"background": {
"page": "background.html"
},
"browser_specific_settings": {
"gecko": {
"id": "CommentFinder@astralvrz.github.io"
}
},
"icons": {
"128": "assets/images/comments_found.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets/js/html_comments.js",
"assets/js/css_comments.js",
"assets/js/js_comments.js",
"assets/js/extension.js"
]
}
]
} 최고의 HTML Comment Finder 대안
다음은 HTML Comment Finder과(와) 유사한 Firefox add-on입니다:
HTML Comments Finder
VRZ
HTML Comments
Rajkumar
Get Comments
conveniences
Font Finder (revived)
Andy Portmen
FineFind (Improved Ctrl+F)
Leon (LeonsDepot)
HTMLRemover
MagiKirby
FoxComments
Legendary Redfox
a11y.css accessibility checker
Stephane Deschamps
HTML Search
cubeleco
Html Validator
Marc Gueury
DOM Update Highlighter
klntsky
(X)HTML5 Checker
Francesco De Stefano