Figma Dark Theme
🤘Best dark theme extension for Figma WebApp🤘
What is Figma Dark Theme?
Figma Dark Theme is a Chrome extension developed by Vlad Dobryda, and its main feature is "🤘Best dark theme extension for Figma WebApp🤘".
Extension Screenshots
Download Figma Dark Theme Extension CRX File
Download Figma Dark Theme 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
ℹ️ 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
Extension Basic Information
Name | Figma Dark Theme |
ID | ncgpcnhkpbedbdcgffndkbobbkkhdhpn |
Official URL | https://chromewebstore.google.com/detail/figma-dark-theme/ncgpcnhkpbedbdcgffndkbobbkkhdhpn |
Description | 🤘Best dark theme extension for Figma WebApp🤘 |
File Size | 18.07 KB |
Installation Count | 409 |
Current Version | 1.1.2 |
Last Updated | 2022-06-19 |
Publish Date | 2022-01-26 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Vlad Dobryda |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |