fubukicss-tool
一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。
fubukicss-tool란 무엇입니까?
fubukicss-tool은(는) zouhangsweet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。"입니다.
확장 프로그램 스크린샷
fubukicss-tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。
확장 프로그램 기본 정보
이름 | fubukicss-tool |
ID | behnfolmiinfhphfdolomedncdnogcim |
공식 URL | https://chromewebstore.google.com/detail/fubukicss-tool/behnfolmiinfhphfdolomedncdnogcim |
설명 | 一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。 |
파일 크기 | 117 KB |
설치 횟수 | 635 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2024-03-03 |
출시 날짜 | 2024-02-29 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | zouhangsweet |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |