By: Igor Adamenko Add-on
Inspect and view changes in Figma Mixed Styles source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Figma Mixed Styles",
"version": "1.0.0",
"description": "Extract CSS of Figma text nodes with mixed styles",
"browser_specific_settings": {
"gecko": {
"id": "figma-mixed-styles-extension@igoradamenko.com"
}
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs"
],
"icons": {
"256": "icon.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+S"
},
"description": "Open the extension"
}
},
"content_scripts": [
{
"matches": [
"*://*.figma.com/*"
],
"js": [
"figma-bg.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"figma-bridge.js"
]
} Best Figma Mixed Styles Alternatives
Here are some Firefox add-ons that are similar to Figma Mixed Styles:
Figma Search
Igor Adamenko
Figma to CSS Exporter
Aevorn LLC
Design Token Extractor
Christopher Balogun
Export to Figma
Shoun Eftikharul Alam
Figmafy
logbru
Site Palette
Stas Kulesh
Element CSS
Lance Borden
Font Finder (revived)
Andy Portmen
EffCSS Developer Tools
effnd
html.to.design
Cakhia TV
CSS DNA — Inspect CSS & Extract Design Tokens
CSS DNA
Typography & Typescale Extractor
Ben Tran