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 |
电子邮箱 | [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" ] } ] } |