NOV Grid - Responsive grid overlay
Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system
NOV Grid - Responsive grid overlay란 무엇입니까?
NOV Grid - Responsive grid overlay은(는) Dennis Novriandi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system"입니다.
확장 프로그램 스크린샷
NOV Grid - Responsive grid overlay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
## version 1.0.0 ## NOV Grid - Responsive grid overlay for chrome very fast, customizable and responsive for desktop, tablet and mobile, the extension will always be active if we close browser and reopen no need to bother to activate the extension, the extension will automatically changing the overlay grid if meet screen breakpoint. NOV Grid help you to slice / translate design to html to get pixel perfect. ## NOV Grid - Responsive grid overlay features: - ultra fast - support all grid based design system (bootstrap, foundation, Skeleton, Yaml) - responsive support, one time input for all screens (desktop, tablet, mobile) - change border gutter / padding - change the inner and outer gutter / padding - change the opacity for overlays - change the color of the overlay - once the switch is enabled it will always be active without having to reactivate it even though the tab/browser is closed - can be used for local files ## feedbacks For feedback and feature requests, you can use this form https://forms.gle/e4E5rpye3TT9baYw7 thank, happy slicing!
확장 프로그램 기본 정보
이름 | NOV Grid - Responsive grid overlay |
ID | hjjhlcpcakdgfmbopcbdhnombdcnkhla |
공식 URL | https://chromewebstore.google.com/detail/nov-grid-responsive-grid/hjjhlcpcakdgfmbopcbdhnombdcnkhla |
설명 | Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system |
파일 크기 | 24.98 KB |
설치 횟수 | 628 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-01-19 |
출시 날짜 | 2022-01-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Dennis Novriandi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NOV Grid - Responsive grid overlay", "description": "Responsive grid overlay created by dennissnov help you to get pixel perfect. can be customized and support grid based design system", "version": "1.0.0", "icons": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" }, "action": { "default_title": "nov grid", "default_popup": "nov.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "js\/service-worker.js" }, "content_scripts": [ { "js": [ "js\/nov.min.js" ], "css": [ "css\/nov.min.css" ], "matches": [ " |