Figma to Tokens

Connect to Figma API and preview a color palette as CSS Variables or JSON Tokens

Figma to Tokens란 무엇입니까?

Figma to Tokens은(는) UX Dev Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect to Figma API and preview a color palette as CSS Variables or JSON Tokens"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Figma to Tokens 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Figma to Tokens provides either CSS Variables or JSON Tokens as HEX or RGB to quickly copy or you can preview CSS variables in the styles pane of Chrome DevTools if your website is using the same css variables pattern as your Figma file you will see the changes. Note: only local storage is used no API keys are saved                    

확장 프로그램 기본 정보

이름 Figma to Tokens Figma to Tokens
ID fjfneilbihkhfajffplopnififklppln
공식 URL https://chromewebstore.google.com/detail/figma-to-tokens/fjfneilbihkhfajffplopnififklppln
설명 Connect to Figma API and preview a color palette as CSS Variables or JSON Tokens
파일 크기 25.37 KB
설치 횟수 63
현재 버전 0.1.3
최근 업데이트 2020-04-20
출시 날짜 2020-04-20
개발자 UX Dev Tools
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Figma to Tokens",
    "description": "Connect to Figma API and preview a color palette as CSS Variables or JSON Tokens",
    "version": "0.1.3",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Figma to Tokens",
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icon_19.png"
    },
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "16": "assets\/images\/icon_16.png",
        "48": "assets\/images\/icon_48.png"
    },
    "manifest_version": 2
}