Superposition helper
Open the current page in Superposition and export its design tokens to code and design tools
Co je Superposition helper?
Superposition helper je rozšíření Chrome vyvinuté https://superposition.design, a jeho hlavní funkcí je „Open the current page in Superposition and export its design tokens to code and design tools“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Superposition helper
Stáhněte si soubory rozšíření Superposition helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Superposition helper |
ID | dkabagejkcmeakglamklmcloggfpbfgi |
Oficiální URL | https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi |
Popis | Open the current page in Superposition and export its design tokens to code and design tools |
Velikost souboru | 23.21 KB |
Počet instalací | 1,235 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2022-07-12 |
Datum Vydání | 2019-08-14 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://superposition.design |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://firstversionist.com/privacy |
Podporované Jazyky | 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" } } |