Superposition helper
Open the current page in Superposition and export its design tokens to code and design tools
Cos'è Superposition helper?
Superposition helper è un'estensione di Chrome sviluppata da https://superposition.design, e la sua funzione principale è "Open the current page in Superposition and export its design tokens to code and design tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Superposition helper
Scarica i file di estensione Superposition helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Superposition helper |
ID | dkabagejkcmeakglamklmcloggfpbfgi |
URL Ufficiale | https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi |
Descrizione | Open the current page in Superposition and export its design tokens to code and design tools |
Dimensione del File | 23.21 KB |
Conteggio Installazioni | 1,235 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-07-12 |
Data di Pubblicazione | 2019-08-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://superposition.design |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://firstversionist.com/privacy |
Lingue Supportate | 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" } } |