Dark UI
Dark UI extension for Figma Webapp
What is Dark UI?
Dark UI is a Chrome extension developed by Martin M, and its main feature is "Dark UI extension for Figma Webapp".
Extension Screenshots
Download Dark UI Extension CRX File
Download Dark UI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Join the dark side of Figma !
Extension Basic Information
Name | Dark UI |
ID | giimcbodleepjhglbccnkccegcihjall |
Official URL | https://chromewebstore.google.com/detail/dark-ui/giimcbodleepjhglbccnkccegcihjall |
Description | Dark UI extension for Figma Webapp |
File Size | 332 KB |
Installation Count | 621 |
Current Version | 1.2.1 |
Last Updated | 2022-02-27 |
Publish Date | 2021-01-31 |
Rating | 4.86/5 Total 14 Ratings |
Developer | Martin M |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark UI", "version": "1.2.1", "description": "Dark UI extension for Figma Webapp", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.figma.com\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "DarkUIFigmaLogo16.png", "48": "DarkUIFigmaLogo48.png", "128": "DarkUIFigmaLogo128.png" } } |