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.”。
扩展截图
下载Muriel Grid扩展crx文件
下载Muriel Grid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
]
} | |