Muriel Grid

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

Cos'è Muriel Grid?

Muriel Grid è un'estensione di Chrome sviluppata da jffng, e la sua funzione principale è "A responsive grid overlay, based on the Muriel Design System.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Muriel Grid

Scarica i file di estensione Muriel Grid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Muriel Grid Muriel Grid
ID heabkjiofmaphebjodoflpglpkdojpmg
URL Ufficiale https://chromewebstore.google.com/detail/muriel-grid/heabkjiofmaphebjodoflpglpkdojpmg
Descrizione A responsive grid overlay, based on the Muriel Design System.
Dimensione del File 8.68 KB
Conteggio Installazioni 276
Versione Corrente 0.3
Ultimo Aggiornamento 2019-07-11
Data di Pubblicazione 2019-07-11
Sviluppatore jffng
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}