Superposition helper
Open the current page in Superposition and export its design tokens to code and design tools
Τι είναι το Superposition helper;
Το Superposition helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://superposition.design, και η κύρια λειτουργία του είναι "Open the current page in Superposition and export its design tokens to code and design tools".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Superposition helper
Λήψη αρχείων επέκτασης 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" } } |