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ファイルをダウンロード
fubukicss-tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |