“Design Token Extractor”的产品徽标图片

Design Token Extractor

https://www.trevnoctilla.com/
5.0(

2 个评分

)
扩展程序开发者工具170 用户
Design Token Extractor的项目媒体 5(屏幕截图)
Design Token Extractor的项目媒体 1(屏幕截图)
Design Token Extractor的项目媒体 2(屏幕截图)
Design Token Extractor的项目媒体 3(屏幕截图)
Design Token Extractor的项目媒体 4(屏幕截图)
Design Token Extractor的项目媒体 5(屏幕截图)
Design Token Extractor的项目媒体 1(屏幕截图)
Design Token Extractor的项目媒体 1(屏幕截图)
Design Token Extractor的项目媒体 2(屏幕截图)
Design Token Extractor的项目媒体 3(屏幕截图)
Design Token Extractor的项目媒体 4(屏幕截图)
Design Token Extractor的项目媒体 5(屏幕截图)

概述

Extract design system tokens (colors, spacing, typography) from any website

### Core Features **Comprehensive Token Extraction** The extension automatically scans every element on a webpage to extract three primary categories of design tokens: 1. **Color Tokens**: The extension identifies and extracts all color values used throughout the page, including background colors, text colors, and border colors. Each color is presented in both hexadecimal and RGB formats, with visual color swatches for easy identification. The system automatically deduplicates colors, showing only unique values to help you understand the complete color palette of any website. 2. **Spacing Tokens**: All spacing values are extracted and categorized by type, including margins, padding, and gap values. The extension provides contextual information showing which HTML elements use specific spacing values, making it easy to understand how spacing is applied throughout the design. This helps identify spacing systems, rhythm patterns, and design consistency. 3. **Typography Tokens**: Complete typography analysis includes font families, font sizes, font weights, and line heights. The extension groups typography combinations together, showing which font families are paired with specific sizes and weights. Additionally, it displays actual text samples from the page, allowing you to see typography in context and understand how different type combinations are used. **Live Page Editor** Beyond extraction, Design Extractor includes a professional live editing mode that functions similarly to WordPress page builders. When enabled, you can: - Click any element on the page to select it - View all computed styles in a dedicated sidebar panel - Edit typography properties including font family, font size, font weight, line height, and text color in real-time - Modify background colors and border colors with a visual color picker - Adjust spacing values including padding and margin - See changes applied instantly to the page - Copy the complete CSS for any edited element - Reset changes to restore original styles The live editor provides visual feedback with hover highlights and selection indicators, making it easy to identify and modify specific elements. This feature is invaluable for prototyping, testing design variations, and understanding how design tokens work together in practice. **Multiple Export Formats** Design Extractor supports exporting extracted tokens in four industry-standard formats: 1. **JSON Export**: Complete token data in structured JSON format, perfect for importing into design tools, documentation systems, or custom applications. The JSON includes all color values with RGB breakdowns, all spacing values, and complete typography information. 2. **CSS Variables Export**: Generates CSS custom properties (CSS variables) that can be directly integrated into your stylesheets. This format is ideal for maintaining design tokens in CSS-based design systems and ensures compatibility with modern CSS workflows. 3. **TypeScript Export**: Type-safe TypeScript constants that can be imported directly into TypeScript or JavaScript projects. The exported code includes proper type definitions and follows TypeScript best practices, making it easy to integrate tokens into React, Vue, Angular, or any TypeScript-based application. 4. **Tailwind Config Export**: Generates a complete Tailwind CSS configuration file with all extracted tokens properly formatted for Tailwind's design system. This includes color palettes, spacing scales, and typography settings, allowing you to quickly bootstrap a Tailwind project based on any website's design tokens. **User Interface** The extension features a clean, dark-themed interface organized into intuitive tabs: - **Colors Tab**: Displays all extracted colors organized by type (background, text, border) with visual color swatches, hexadecimal values, and RGB values. Click any color to copy its value to your clipboard. - **Spacing Tab**: Shows all spacing values grouped by type (margin, padding, gap) with contextual information about which elements use each spacing value. This helps identify spacing patterns and design system consistency. - **Typography Tab**: Presents font families, font sizes, and font weights in organized sections. Typography combinations are grouped together with text samples, showing how different type combinations appear in context. - **Live Editor Tab**: Provides controls to enable or disable the live editing mode, with status indicators showing the current editor state. **Privacy and Security** Design Extractor operates entirely locally within your browser. All token extraction and processing happens on your device, with no data transmitted to external servers. The extension requires only the "activeTab" permission, meaning it can only access the current tab you're viewing, not your browsing history or other tabs. No tracking, analytics, or data collection occurs. The extension works completely offline after installation, ensuring your privacy and security. **Technical Implementation** The extension uses advanced browser APIs to extract computed styles from every element on a page. It analyzes the Document Object Model (DOM) comprehensively, processing all visible and hidden elements to ensure complete token extraction. The extraction algorithm handles edge cases including transparent colors, inherited styles, and dynamically generated content. The extension is built using Manifest V3, the latest Chrome extension standard, ensuring compatibility and security. **Use Cases** Design Extractor serves multiple professional use cases: - **Design System Analysis**: Understand how leading websites structure their design systems by extracting and analyzing their design tokens. Learn from industry best practices and identify patterns used by successful design teams. - **Competitive Research**: Extract color palettes, spacing systems, and typography choices from competitor websites. Understand their design language and use this information to inform your own design decisions. - **Migration Projects**: When migrating from one design system to another, extract existing tokens to ensure consistency and identify all design values that need to be mapped or updated. - **Design Inspiration**: Discover color combinations, typography pairings, and spacing patterns from websites you admire. Use extracted tokens as starting points for your own design projects. - **Educational Purposes**: Learn how professional design systems are structured by examining real-world implementations. Understand the relationship between design tokens and visual design. - **Rapid Prototyping**: Use the live editor to quickly test design variations and see how different token values affect the visual appearance of elements. - **Design System Documentation**: Export tokens to create comprehensive documentation of existing design systems, making it easier to maintain consistency across teams and projects. **Performance and Reliability** The extension is optimized for performance, handling large and complex websites efficiently. The extraction process runs asynchronously to prevent browser freezing, and the interface provides clear feedback during extraction. Error handling ensures the extension gracefully handles edge cases and provides helpful error messages when extraction cannot be performed on certain page types. **Compatibility** Design Extractor works on all websites accessible through Chrome, including static websites, single-page applications, and dynamically generated content. The extension is compatible with modern web technologies including React, Vue, Angular, and other JavaScript frameworks. It can extract tokens from websites using CSS-in-JS, CSS modules, or traditional stylesheets. **Getting Started** Using Design Extractor is straightforward: 1. Install the extension from the Chrome Web Store 2. Navigate to any website you want to analyze 3. Click the Design Extractor icon in your Chrome toolbar 4. Click the "Extract Design Tokens" button 5. Browse the extracted tokens in the organized tabs 6. Export tokens in your preferred format (JSON, CSS, TypeScript, or Tailwind) 7. Optionally enable Live Editor mode to interactively edit page elements **For Developers** The extension is particularly valuable for front-end developers working with design systems. The exported formats are production-ready and can be directly integrated into build processes. The TypeScript export includes proper type definitions, and the Tailwind config export follows Tailwind's official configuration format. Developers can use extracted tokens to quickly bootstrap new projects, maintain design consistency, and ensure alignment between design and implementation. **For Designers** Designers can use this extension to analyze design systems, extract color palettes for mood boards, understand typography hierarchies, and study spacing systems. The live editor allows designers to experiment with design variations without needing to modify source code, making it an excellent tool for rapid iteration and client presentations. **Regular Updates** The extension is actively maintained with regular updates that add new features, improve extraction accuracy, and enhance export formats. User feedback drives development priorities, ensuring the tool continues to meet the needs of the design and development community. **Support and Documentation** Comprehensive documentation is available, and the extension includes helpful tooltips and status messages to guide users. The interface is designed to be intuitive, requiring no technical knowledge to extract and export design tokens. Design Extractor transforms the way you work with design systems, making it easy to extract, analyze, and export design tokens from any website. Whether you're a designer, developer, or design system architect, this tool provides the insights and exports you need to work more efficiently and maintain design consistency across your projects. ## What's New in v1.1.0 - **Side Panel Architecture** — The entire extension now runs inside Chrome's native Side Panel for a seamless, persistent workflow alongside any webpage. - **Minimize to Bubble** — Collapse the sidebar into a tiny, draggable glassmorphic overlay so you can view the full-width page (great for screenshots). Click the bubble to reopen instantly. - **Smart Capture (Alt+S)** — One-click intelligent page capture with Shadow DOM encapsulation for zero style conflicts. - **Tailwind Export** — New fourth export format generates Tailwind CSS utility classes for any extracted token set. - **Improved Color Detection** — Robust background and border color extraction that walks the DOM tree to find the true visible color, even on transparent elements. - **Improved Spacing Detection** — Shorthand reconstruction logic ensures accurate padding and margin values even when browsers report empty shorthands. - **Interactive Info Buttons** — Pulsating info indicators on token cards guide users to deeper context and usage details. **Design Token Extractor — Extract, Edit & Export Design Tokens from Any Website** The most powerful design token tool for Chrome. Extract colors, spacing, typography, and shadows from any website and export them in JSON, CSS, SCSS, or Tailwind format — all from Chrome's native Side Panel. ** NEW IN v1.1.0:** Side Panel Architecture — The extension now runs persistently inside Chrome's Side Panel, so you can browse and extract tokens side-by-side with any webpage. No more popup windows that close when you click away. Minimize to Bubble — Need to see the full page? Collapse the sidebar into a tiny, draggable floating overlay. Click it to reopen instantly. Perfect for taking full-width screenshots while keeping your workspace one click away. Tailwind Export — New fourth export format generates Tailwind CSS utility classes and config values from any extracted token set. Improved Color & Spacing Detection — Smarter algorithms walk the DOM tree to find true visible colors (even on transparent elements) and reconstruct accurate spacing values. 4 Export Formats — JSON (for design tools), CSS Variables (for stylesheets), SCSS Variables (for Sass projects), Tailwind Config (for utility-first workflows). **PRIVACY:** All processing happens locally in your browser. No data is sent to external servers. No tracking. No analytics. Works completely offline. Built on Manifest V3. **FOR DEVELOPERS:** Exported formats are production-ready. JSON includes complete token data. CSS Variables drop directly into stylesheets. SCSS Variables integrate with Sass pipelines. Tailwind Config follows the official format. The Live Editor lets you prototype changes without touching source code. **FOR DESIGNERS:** Extract color palettes, study typography hierarchies, and analyze spacing systems from any website. Use the Live Editor to experiment with design variations and present alternatives to clients — no code required.

5 星(5 星制)2 个评分

详细了解结果和评价。

详情

  • 版本
    1.1.0
  • 上次更新日期
    2026年4月2日
  • 功能
    提供应用内购商品
  • 大小
    55.54KiB
  • 语言
    English
  • 开发者
    Ruth Nonkolo Nkanunu
    3109 Ndosi St Tsakane 1550 ZA
    网站
    邮箱
    kodekenobi@gmail.com
    电话
    +27 63 029 1420
  • 交易者
    此开发者已根据欧盟的定义将自己标识为交易者,并承诺仅提供符合欧盟法律要求的产品或服务。

隐私权

管理扩展程序并了解它们在组织中的使用情况
该开发者已披露,此产品不会收集或使用您的数据。 如需了解详情,请参阅开发者的privacy policy

该开发者已声明,您的数据:

  • 不会因未获批准的用途出售给第三方
  • 不会为实现与产品核心功能无关的目的而使用或转移
  • 不会为确定信用度或放贷目的而使用或转移

支持

若有任何疑问、建议或问题,请在桌面浏览器中打开此页面

Google 应用