fubukicss-tool

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

fubukicss-tool là gì?

fubukicss-tool là một tiện ích mở rộng Chrome được phát triển bởi zouhangsweet, và tính năng chính của nó là "一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。".

Ả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 fubukicss-tool

Tải xuống các tệp mở rộng fubukicss-tool 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

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

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

Tên fubukicss-tool fubukicss-tool
ID behnfolmiinfhphfdolomedncdnogcim
URL Chính Thức https://chromewebstore.google.com/detail/fubukicss-tool/behnfolmiinfhphfdolomedncdnogcim
Mô tả 一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 635
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2024-02-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển zouhangsweet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}