Superposition helper
Open the current page in Superposition and export its design tokens to code and design tools
Vad är Superposition helper?
Superposition helper är en Chrome-tillägg utvecklad av https://superposition.design, och dess huvudfunktion är "Open the current page in Superposition and export its design tokens to code and design tools".
Tilläggsskärmbilder
Ladda ner Superposition helper-förlängningens CRX-fil
Ladda ner Superposition helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Superposition helper |
ID | dkabagejkcmeakglamklmcloggfpbfgi |
Officiell webbadress | https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi |
Beskrivning | Open the current page in Superposition and export its design tokens to code and design tools |
Filstorlek | 23.21 KB |
Antal Installationer | 1,235 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2022-07-12 |
Publiceringsdatum | 2019-08-14 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://superposition.design |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://firstversionist.com/privacy |
Stödda Språk | 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" } } |