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
公式URL 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
Eメール [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"
    }
}