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文件
下载Superposition helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |