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