Wix Grid

Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…

Τι είναι το Wix Grid;

Το Wix Grid είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrew Gargay, και η κύρια λειτουργία του είναι "Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wix Grid

Λήψη αρχείων επέκτασης Wix Grid σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Wix Grid - is the app created for the professional designers.
Now you can create and use modular grid in the process of designing your websites with Wix.com.

Now you can:
- Show/Hide column grid and change width of them;
- Show/Hide  baseline and create vertical rhythm for your typography;
 - Add subdivs for you baseline to control spacing more detailed;
- Change color of your grid to make it visible on different backgrounds;
- Create a regular grid as you have in the Photoshop;
- Use vertical shift for your grid to define the right place for start;

How to install: https://www.youtube.com/watch?v=88qzb4Q0yYg&t=4s
*When you add an app to your website, just move your mouse to the right side of your website and panel will appear automatically.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wix Grid Wix Grid
ID pdlijdgndkknkpbjgpjlipjmjcgidkad
Επίσημο URL https://chrome.google.com/webstore/detail/wix-grid/pdlijdgndkknkpbjgpjlipjmjcgidkad
Περιγραφή Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…
Μέγεθος Αρχείου 17.29 KB
Αριθμός Εγκαταστάσεων 711
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2017-03-02
Ημερομηνία Δημοσίευσης 2017-03-02
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Andrew Gargay
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wix Grid",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/editor.wix.com\/html\/editor\/web\/renderer\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "frame.html"
    ]
}