By: John Smith
Inspect and view changes in Heading 4 Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "H4 Checker",
"version": "1.0",
"description": "Highlight all H4 headings on a webpage",
"permissions": [
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icon.png"
}
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{2802eb13-122d-40f9-844b-8034f72b0b76}"
}
}
} Best Heading 4 Checker Alternatives
Here are some Firefox add-ons that are similar to Heading 4 Checker: