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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Wix Grid扩展crx文件

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