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…

Cos'è Wix Grid?

Wix Grid è un'estensione di Chrome sviluppata da Andrew Gargay, e la sua funzione principale è "Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wix Grid

Scarica i file di estensione Wix 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Wix Grid Wix Grid
ID pdlijdgndkknkpbjgpjlipjmjcgidkad
URL Ufficiale https://chrome.google.com/webstore/detail/wix-grid/pdlijdgndkknkpbjgpjlipjmjcgidkad
Descrizione Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…
Dimensione del File 17.29 KB
Conteggio Installazioni 711
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-03-02
Data di Pubblicazione 2017-03-02
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Andrew Gargay
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}