Superposition helper

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

Superposition helper là gì?

Superposition helper là một tiện ích mở rộng Chrome được phát triển bởi https://superposition.design, và tính năng chính của nó là "Open the current page in Superposition and export its design tokens to code and design tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Superposition helper

Tải xuống các tệp mở rộng Superposition helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Superposition helper Superposition helper
ID dkabagejkcmeakglamklmcloggfpbfgi
URL Chính Thức https://chromewebstore.google.com/detail/superposition-helper/dkabagejkcmeakglamklmcloggfpbfgi
Mô tả Open the current page in Superposition and export its design tokens to code and design tools
Kích Thước Tệp 23.21 KB
Số Lần Cài Đặt 1,235
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-07-12
Ngày Phát Hành 2019-08-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://superposition.design
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://firstversionist.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}