Superposition helper

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

Co to jest Superposition helper?

Superposition helper to rozszerzenie Chrome opracowane przez https://superposition.design, a jego główną funkcją jest „Open the current page in Superposition and export its design tokens to code and design tools”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Superposition helper

Pobierz pliki rozszerzeń Superposition helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Superposition helper Superposition helper
ID dkabagejkcmeakglamklmcloggfpbfgi
Oficjalny URL https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi
Opis Open the current page in Superposition and export its design tokens to code and design tools
Rozmiar pliku 23.21 KB
Liczba instalacji 1,235
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-07-12
Data Publikacji 2019-08-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://superposition.design
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://firstversionist.com/privacy
Obsługiwane Języki 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"
    }
}