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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Wix Grid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}