Browser Extension Installation
Chrome Web Store
Install TemPad Dev directly from the Chrome Web Store:Install on Chrome Web Store
Click to install TemPad Dev for Chrome, Edge, Brave, and other Chromium-based browsers
Visit Chrome Web Store
Navigate to the TemPad Dev extension page
Requirements and Compatibility
Browser Support
TemPad Dev works on all Chromium-based browsers:- Google Chrome (recommended)
- Microsoft Edge
- Brave
- Opera
- Vivaldi
- Other Chromium-based browsers
Figma Compatibility
TemPad Dev works with:- Figma Files: Full support in edit and view-only modes
- FigJam Files: Limited support (basic inspection)
- Figma Prototypes: Inspection available in prototype mode
System Requirements
- Operating System: Windows, macOS, Linux, or Chrome OS
- Browser Version: Latest stable version recommended
- Internet Connection: Required for accessing Figma files
Optional: MCP Server
For AI agent integration, additional requirements apply:- Node.js: Version 18 or higher
- NPM/NPX: Installed with Node.js
The MCP server is optional and only required if you want to use TemPad Dev with AI coding agents like Claude or Cursor.
Initial Setup
First Launch
After installing the extension:Locate TemPad Dev Panel
The TemPad Dev panel appears automatically in the Figma interface. Look for the panel alongside the native Figma inspect tools.
Access Preferences
Configure TemPad Dev to match your workflow:Permissions Explained
Required Permissions
TemPad Dev requests the following permissions:Access to figma.com
Access to figma.com
Why needed: The extension must inject into Figma pages to read design data and display the inspection panel.Scope: Only
https://www.figma.com/* - no other websites are accessed.Storage
Storage
Why needed: Stores your preferences, plugin configurations, and MCP settings locally.Privacy: All data remains in your browser. Nothing is sent to external servers.
Web Request
Web Request
Why needed: Modifies Figma’s page behavior to enable inspection features.Scope: Limited to Figma domain only.
Configuration Options
CSS Units
Control how measurements are output:Variable Display Modes
Enhanced Selection Modes
Deep Select Mode
Automatically drills down to the lowest-level node without repeated double-clicks. Essential for working in view-only mode.
- Single click selects the deepest nested element
- No need for ⌘/Ctrl + click shortcuts
- Works in both edit and view-only modes
Measure to Selection Mode
Shows spacing between elements without holding modifier keys. Streamlines measurement workflow.
- Automatically displays spacing measurements
- No need to hold ⌥/Alt key
- Replaces Figma’s default measurement behavior
Plugin Installation
Extend TemPad Dev with community plugins:Find a Plugin
Browse available plugins in the README or create your own
Copy Plugin URL
Get the raw URL for the plugin JavaScript fileOr use built-in plugin names with
@ prefix:Popular Plugins
- @tailwind: Convert CSS to Tailwind CSS classes
- @kong: Kong Design System components
- @react-native: React Native StyleSheet format
- @nuxt: Nuxt UI components
- @fubukicss/unocss: UnoCSS utilities
MCP Server Setup (Optional)
The MCP server enables AI coding agents to extract code from Figma. Skip this section if you’re not using AI agents.
Requirements
- Node.js 18 or higher installed
- TemPad Dev extension active in a Figma tab
Installation
Troubleshooting
Extension Not Appearing
Code Not Showing
Plugin Errors
Next Steps
Quickstart Guide
Follow a step-by-step tutorial for your first code extraction
Plugin Development
Learn how to create custom plugins for your workflow