Superposition helper
Open the current page in Superposition and export its design tokens to code and design tools
Superposition helper란 무엇입니까?
Superposition helper은(는) https://superposition.design에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the current page in Superposition and export its design tokens to code and design tools"입니다.
확장 프로그램 스크린샷
Superposition helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Superposition is a design tokens extractor that shows you the colors, fonts, spacing, border radii, shadows and transitions used in a website and lets you easily export them to CSS, SCSS, JavaScript, Android XML, Adobe XD and Figma, with support for more tools coming soon. Using the Superposition helper, you can open the current page in Superposition using the button in your task bar, or right click any link to open that URL in Superposition. This extension requires the free Superposition Desktop application to function, available from the website.
확장 프로그램 기본 정보
이름 | Superposition helper |
ID | dkabagejkcmeakglamklmcloggfpbfgi |
공식 URL | https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi |
설명 | Open the current page in Superposition and export its design tokens to code and design tools |
파일 크기 | 23.21 KB |
설치 횟수 | 1,235 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-07-12 |
출시 날짜 | 2019-08-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://superposition.design |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://firstversionist.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Superposition helper", "version": "1.0.2", "manifest_version": 2, "description": "Open the current page in Superposition and export its design tokens to code and design tools", "homepage_url": "https:\/\/superposition.design", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/open.js" ], "persistent": true }, "permissions": [ "activeTab", "contextMenus" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Open in Superposition" } } |