Inspect and view changes in Figma Design System Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Figma Design System Compliance Inspector",
"version": "1.0.0",
"description": "Dynamically validates web page computed CSS properties against Figma Variables using OAuth2 and intelligent caching.",
"icons": {
"48": "icon-48.png",
"96": "icon-96.png",
"128": "icon-128.png"
},
"permissions": [
"activeTab",
"storage",
"identity",
"https://*.figma.com/*",
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Figma Design System Inspector",
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "figma-ds-inspector@antigravity.dev",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Figma Design System Inspector Alternatives
Here are some Firefox add-ons that are similar to Figma Design System Inspector:
Designer Dev Mode
Sophie
Export to Figma
Shoun Eftikharul Alam
Design Token Inspector
jsrothwell
PixelPeek Prototype Inspector
Md Sajed
amgiflol
sm17p
Figma to CSS Exporter
Aevorn LLC
Design Token Extractor
Christopher Balogun
CSSVarVault
Kenneth
DesignMeter - UI/UX Analyzer
MisterBR (Bahram Rsotami)
grazy-html2figma
Sorin Jurcut
CSS Diagnostics
Atanas Atanasov
Web Design Ruler
LXB-Studio