Superposition helper

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

Superposition helperคืออะไร?

Superposition helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://superposition.design และคุณลักษณะหลักของมันคือ "Open the current page in Superposition and export its design tokens to code and design tools"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Superposition helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}