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 |
官方網址 | 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" ] } ] } |