Figma Dark Theme
🤘Best dark theme extension for Figma WebApp🤘
Figma Dark Themeとは何ですか?
Figma Dark ThemeはVlad Dobrydaによって開発されたChromeの拡張機能で、その主な機能は「🤘Best dark theme extension for Figma WebApp🤘」です。
拡張機能のスクリーンショット
Figma Dark Theme拡張機能のCRXファイルをダウンロード
Figma Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ℹ️ THIS EXTENSION PREVIOUSLY MADE FIGMA DARK. NOW FIGMA KNOWS HOW TO DO IT YOURSELF, SO THERE IS NO NEED TO INSTALL THIS EXTENSION 🙂 This theme covers as much as possible all the work panels, pop-ups and pages that are in Figma. In addition, various states of elements are taken into account, such as :hover, :focus, etc. The elaboration of the theme is approximately 98,5%, and if you notice any flaws, you have any questions or suggestions—write. I will be happy to answer, and I will be very grateful for your financial support for this project!🤗✨ ☕ BUY ME A COFFEE ☕ buymeacoffee.com/vdobryda Email: [email protected] Telegram: t.me/vdobryda Dribbble: dribbble.com/vdobryda Behance: behance.net/vdobryda
拡張機能の基本情報
名前 | Figma Dark Theme |
ID | ncgpcnhkpbedbdcgffndkbobbkkhdhpn |
公式URL | https://chromewebstore.google.com/detail/figma-dark-theme/ncgpcnhkpbedbdcgffndkbobbkkhdhpn |
説明 | 🤘Best dark theme extension for Figma WebApp🤘 |
ファイルサイズ | 18.07 KB |
インストール数 | 409 |
現在のバージョン | 1.1.2 |
最終更新日 | 2022-06-19 |
公開日 | 2022-01-26 |
評価 | 4.88/5 合計 8 レビュー |
開発者 | Vlad Dobryda |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Figma Dark Theme", "description": "\ud83e\udd18Best dark theme extension for Figma WebApp\ud83e\udd18", "version": "1.1.2", "manifest_version": 3, "icons": { "16": "FigmaDarkTheme-16.png", "32": "FigmaDarkTheme-32.png", "48": "FigmaDarkTheme-48.png", "64": "FigmaDarkTheme-64.png", "128": "FigmaDarkTheme-128.png" }, "homepage_url": "https:\/\/www.buymeacoffee.com\/vdobryda", "content_scripts": [ { "matches": [ "https:\/\/www.figma.com\/*" ], "js": [ "FigmaDarkTheme.js" ] } ] } |