fubukicss-tool
一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。
Cos'è fubukicss-tool?
fubukicss-tool è un'estensione di Chrome sviluppata da zouhangsweet, e la sua funzione principale è "一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione fubukicss-tool
Scarica i file di estensione fubukicss-tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。 Informazioni di Base sull'Estensione
| Nome | |
| ID | behnfolmiinfhphfdolomedncdnogcim |
| URL Ufficiale | https://chromewebstore.google.com/detail/fubukicss-tool/behnfolmiinfhphfdolomedncdnogcim |
| Descrizione | 一款针对 figma 设计稿的 css 工具,方便用户复制 css 导出文件等。根据 https://github.com/leadream/figma-viewer-chrome-plugin 做的拓展。 |
| Dimensione del File | 117 KB |
| Conteggio Installazioni | 635 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2024-03-03 |
| Data di Pubblicazione | 2024-02-29 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | zouhangsweet |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |