Muriel Grid
A responsive grid overlay, based on the Muriel Design System.
Vad är Muriel Grid?
Muriel Grid är en Chrome-tillägg utvecklad av jffng, och dess huvudfunktion är "A responsive grid overlay, based on the Muriel Design System.".
Tilläggsskärmbilder
Ladda ner Muriel Grid-förlängningens CRX-fil
Ladda ner Muriel Grid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | heabkjiofmaphebjodoflpglpkdojpmg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/muriel-grid/heabkjiofmaphebjodoflpglpkdojpmg | 
| Beskrivning | A responsive grid overlay, based on the Muriel Design System. | 
| Filstorlek | 8.68 KB | 
| Antal Installationer | 276 | 
| Aktuell Version | 0.3 | 
| Senast Uppdaterad | 2019-07-11 | 
| Publiceringsdatum | 2019-07-11 | 
| Utvecklare | jffng | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
} | |