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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ℹ️ 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" ] } ] } |