fubukicss-tool

一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。

Wat is fubukicss-tool?

fubukicss-tool is een Chrome-extensie ontwikkeld door zouhangsweet, en de belangrijkste functie is "一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie fubukicss-tool

Download fubukicss-tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。                    

Basisinformatie over de Extensie

Naam fubukicss-tool fubukicss-tool
ID behnfolmiinfhphfdolomedncdnogcim
Officiële URL https://chromewebstore.google.com/detail/fubukicss-tool/behnfolmiinfhphfdolomedncdnogcim
Beschrijving 一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。
Bestandsgrootte 117 KB
Aantal Installaties 635
Huidige Versie 1.0.1
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2024-02-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar zouhangsweet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "fubukicss-tool",
    "description": "",
    "version": "1.0.1",
    "icons": {
        "128": "icon\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/injected.js",
                "\/assets\/injected.css"
            ],
            "matches": [
                "https:\/\/figma.com\/*",
                "https:\/\/www.figma.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/figma.com\/file\/*",
                "https:\/\/www.figma.com\/file\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}