fubukicss-tool

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

What is fubukicss-tool?

fubukicss-tool is a Chrome extension developed by zouhangsweet, and its main feature is "一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。".

Extension Screenshots

screenshot

Download fubukicss-tool Extension CRX File

Download fubukicss-tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name fubukicss-tool fubukicss-tool
ID behnfolmiinfhphfdolomedncdnogcim
Official URL https://chromewebstore.google.com/detail/fubukicss-tool/behnfolmiinfhphfdolomedncdnogcim
Description 一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。
File Size 117 KB
Installation Count 635
Current Version 1.0.1
Last Updated 2024-03-03
Publish Date 2024-02-29
Rating 5.00/5 Total 3 Ratings
Developer zouhangsweet
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}