By: Ruiz
Inspect and view changes in Style Consistency Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Style Consistency Checker",
"version": "1.3",
"description": "Analyze web pages for inconsistent CSS styles and highlight mismatched elements. Export reports too!",
"permissions": [
"activeTab",
"downloads",
"storage"
],
"browser_action": {
"default_title": "Style Consistency Checker",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{c530a4aa-e346-4c2d-a473-db1be57dc4d4}"
}
}
} Best Style Consistency Checker Alternatives
Here are some Firefox add-ons that are similar to Style Consistency Checker:
Page Style Monitor
来自猴子
Font and Color Ck
Adam Moreno
CSS Lint Checker
789BET
Style Guide Generator
Firefox user 13276995
Color ContrasChecker
fun88aaorg
CSS Analyzer by Project Wallace
Bart Veneman
Design Token Inspector
jsrothwell
CSS and XPath checker
TANIGUCHI Takaki
Color Contrast Checker v7
MIBET
WCAG Contrast checker
Rumoroso