Figma Properties Panel Resizer
Allows you to resize the righthand properties panel on figma.com
Figma Properties Panel Resizer란 무엇입니까?
Figma Properties Panel Resizer은(는) https://wehri.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to resize the righthand properties panel on figma.com"입니다.
확장 프로그램 스크린샷
Figma Properties Panel Resizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the Figma Properties Panel Resizer, a powerful Chrome extension that gives you complete control over your Figma workspace! With this handy tool, you can easily adjust the width of the right-hand side properties panel on the Figma website to fit your needs. Are you tired of constantly scrolling up and down the properties panel to find the options you need? With this extension, you can expand the panel to make it wider and more spacious, giving you more room to work and reducing eye strain. Or, if you prefer a more compact layout, you can shrink the panel down to a narrow size, allowing you to focus on your design without distraction. Our extension is quick and easy to install, and it works seamlessly with the Figma website. Simply adjust the width of the panel using the easy-to-use slider, and watch as your workspace transforms before your eyes. Whether you're a professional designer, a student, or just someone who loves to tinker with digital art, the Figma Properties Panel Resizer is the perfect tool to help you take your creations to the next level. So why wait? Try the Figma Properties Panel Resizer today and experience the power of customizing your workspace to suit your needs!ion allows you. If you really like this extension, and want to support me and my projects, feel free to buymeacoffee, any support is much appreciated! https://www.buymeacoffee.com/wehri
확장 프로그램 기본 정보
이름 | Figma Properties Panel Resizer |
ID | jidbjfpnjedninebacokldobcleiflpe |
공식 URL | https://chromewebstore.google.com/detail/figma-properties-panel-re/jidbjfpnjedninebacokldobcleiflpe |
설명 | Allows you to resize the righthand properties panel on figma.com |
파일 크기 | 25.71 KB |
설치 횟수 | 29 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-04-24 |
출시 날짜 | 2023-04-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://wehri.app |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Figma Properties Panel Resizer", "version": "1.0.0", "description": "Allows you to resize the righthand properties panel on figma.com", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "My Chrome Extension" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.figma.com\/file\/*" ], "run_at": "document_idle" } ] } |