Superposition helper

Open the current page in Superposition and export its design tokens to code and design tools

Qu'est-ce que Superposition helper ?

Superposition helper est une extension Chrome développée par https://superposition.design, et sa fonction principale est "Open the current page in Superposition and export its design tokens to code and design tools".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Superposition helper

Téléchargez les fichiers d'extension Superposition helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Superposition helper Superposition helper
ID dkabagejkcmeakglamklmcloggfpbfgi
URL Officiel https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi
Description Open the current page in Superposition and export its design tokens to code and design tools
Taille du Fichier 23.21 KB
Nombre d'Installations 1,235
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-07-12
Date de Publication 2019-08-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://superposition.design
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://firstversionist.com/privacy
Langues Prises en Charge 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"
    }
}