Superposition helper

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

What is Superposition helper?

Superposition helper is a Chrome extension developed by https://superposition.design, and its main feature is "Open the current page in Superposition and export its design tokens to code and design tools".

Extension Screenshots

screenshot

Download Superposition helper Extension CRX File

Download Superposition helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Superposition helper Superposition helper
ID dkabagejkcmeakglamklmcloggfpbfgi
Official URL 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
File Size 23.21 KB
Installation Count 1,235
Current Version 1.0.2
Last Updated 2022-07-12
Publish Date 2019-08-14
Rating 5.00/5 Total 2 Ratings
Developer https://superposition.design
Email [email protected]
Payment Type free
Privacy Policy Page URL https://firstversionist.com/privacy
Supported Languages 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"
    }
}