Superposition helper
Open the current page in Superposition and export its design tokens to code and design tools
O que é Superposition helper?
Superposition helper é uma extensão do Chrome desenvolvida por https://superposition.design, e sua principal característica é "Open the current page in Superposition and export its design tokens to code and design tools".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Superposition helper
Baixe arquivos de extensão Superposition helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Superposition helper |
ID | dkabagejkcmeakglamklmcloggfpbfgi |
URL Oficial | https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi |
Descrição | Open the current page in Superposition and export its design tokens to code and design tools |
Tamanho do Arquivo | 23.21 KB |
Contagem de Instalações | 1,235 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-07-12 |
Data de Publicação | 2019-08-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://superposition.design |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://firstversionist.com/privacy |
Idiomas Suportados | 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" } } |