Muriel Grid

A responsive grid overlay, based on the Muriel Design System.

Muriel Grid란 무엇입니까?

Muriel Grid은(는) jffng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A responsive grid overlay, based on the Muriel Design System."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Muriel Grid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Installing and opening this extension provides the ability to toggle a grid overlay onto the current page. This grid is designed to the Muriel design system. 

The breakpoints in use are:

Screen width at 0dp+
- Columns: 4
- Margins: 16dp
- Gutters: 16dp

Screen width at 660dp+
- Columns: 8
- Margins: 24dp
- Gutters: 24dp

Screen width at 1040dp+
- Columns: 12
- Margins: 24dp+ (variable)
- Gutters: 24dp

For more details, please visit the Figma Grid documentation: https://www.figma.com/file/RfpHfk6896X7Mlciddjc45Ur/Layout-Grid?node-id=148%3A0                    

확장 프로그램 기본 정보

이름 Muriel Grid Muriel Grid
ID heabkjiofmaphebjodoflpglpkdojpmg
공식 URL https://chromewebstore.google.com/detail/muriel-grid/heabkjiofmaphebjodoflpglpkdojpmg
설명 A responsive grid overlay, based on the Muriel Design System.
파일 크기 8.68 KB
설치 횟수 276
현재 버전 0.3
최근 업데이트 2019-07-11
출시 날짜 2019-07-11
개발자 jffng
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Muriel Grid",
    "description": "A responsive grid overlay, based on the Muriel Design System.",
    "version": "0.3",
    "author": "Jeff Ong",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "web_accessible_resources": [
        "src\/css\/grid.css",
        "src\/css\/popup.css"
    ],
    "permissions": [
        "activeTab"
    ]
}