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"
    }
}