IsoGrid
Grid layout for multiple breakpoints.
IsoGrid란 무엇입니까?
IsoGrid은(는) Rahimoddin Naikwade에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grid layout for multiple breakpoints."입니다.
확장 프로그램 스크린샷
IsoGrid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shows a responsive grid overlay on top of an existing page. Based on grid which has a container maximum width, columns with fixed margins (gutters), variable number of columns between layouts, and 3 layouts: "small" (mobile), "medium" (tablet) and "large" (desktop).
확장 프로그램 기본 정보
이름 | |
ID | jdapemohiapedeenfhnejdpaclboieln |
공식 URL | https://chrome.google.com/webstore/detail/isogrid/jdapemohiapedeenfhnejdpaclboieln |
설명 | Grid layout for multiple breakpoints. |
파일 크기 | 11.12 KB |
설치 횟수 | 279 |
현재 버전 | 1 |
최근 업데이트 | 2018-10-15 |
출시 날짜 | 2018-10-15 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Rahimoddin Naikwade |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IsoGrid", "description": "Grid layout for multiple breakpoints.", "version": "1", "author": "Rahimoddin Naikwade", "browser_action": { "default_popup": "popup.html", "default_title": "Isobar Grid Layout", "default_icon": { "16": "images\/isogrid_16.png", "32": "images\/isogrid_32.png", "48": "images\/isogrid_48.png", "128": "images\/isogrid_128.png" } }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "icons": { "16": "images\/isogrid_16.png", "32": "images\/isogrid_32.png", "48": "images\/isogrid_48.png", "128": "images\/isogrid_128.png" }, "permissions": [ "storage", "declarativeContent", "activeTab" ], "options_page": "options.html" } |