Superposition helper

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

Apa itu Superposition helper?

Superposition helper adalah ekstensi Chrome yang dikembangkan oleh https://superposition.design, dan fitur utamanya adalah "Open the current page in Superposition and export its design tokens to code and design tools".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Superposition helper

Unduh file ekstensi Superposition helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Superposition helper Superposition helper
ID dkabagejkcmeakglamklmcloggfpbfgi
URL Resmi https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi
Deskripsi Open the current page in Superposition and export its design tokens to code and design tools
Ukuran File 23.21 KB
Jumlah Instalasi 1,235
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-07-12
Tanggal Publikasi 2019-08-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://superposition.design
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://firstversionist.com/privacy
Bahasa yang Didukung 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"
    }
}