Superposition helper

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

什麼是Superposition helper?

Superposition helper是由https://superposition.design開發的Chrome擴展程式,該擴展的主要功能是“Open the current page in Superposition and export its design tokens to code and design tools”。

擴展截圖

screenshot

下載Superposition helper擴展crx文件

下載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 Superposition helper
ID dkabagejkcmeakglamklmcloggfpbfgi
官方網址 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"
    }
}