Wix Grid
Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…
Wix Grid란 무엇입니까?
Wix Grid은(는) Andrew Gargay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…"입니다.
확장 프로그램 스크린샷
Wix Grid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing your websites with Wix.com. Now you can: - Show/Hide column grid and change width of them; - Show/Hide baseline and create vertical rhythm for your typography; - Add subdivs for you baseline to control spacing more detailed; - Change color of your grid to make it visible on different backgrounds; - Create a regular grid as you have in the Photoshop; - Use vertical shift for your grid to define the right place for start; How to install: https://www.youtube.com/watch?v=88qzb4Q0yYg&t=4s *When you add an app to your website, just move your mouse to the right side of your website and panel will appear automatically.
확장 프로그램 기본 정보
이름 | |
ID | pdlijdgndkknkpbjgpjlipjmjcgidkad |
공식 URL | https://chrome.google.com/webstore/detail/wix-grid/pdlijdgndkknkpbjgpjlipjmjcgidkad |
설명 | Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing… |
파일 크기 | 17.29 KB |
설치 횟수 | 711 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2017-03-02 |
출시 날짜 | 2017-03-02 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Andrew Gargay |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wix Grid", "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/editor.wix.com\/html\/editor\/web\/renderer\/*" ], "all_frames": true } ], "permissions": [ "activeTab" ], "web_accessible_resources": [ "frame.html" ] } |