Muriel Grid
A responsive grid overlay, based on the Muriel Design System.
Τι είναι το Muriel Grid;
Το Muriel Grid είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jffng, και η κύρια λειτουργία του είναι "A responsive grid overlay, based on the Muriel Design System.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Muriel Grid
Λήψη αρχείων επέκτασης 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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" ] } |