GriDesign

This extension adds a grid on web pages in order to check fixed and fluid page layout.

What is GriDesign?

GriDesign is a Chrome extension developed by https://www.gmtoppi.com, and its main feature is "This extension adds a grid on web pages in order to check fixed and fluid page layout.".

Extension Screenshots

screenshot

Download GriDesign Extension CRX File

Download GriDesign extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GriDesign is an extenstion that let you visually test your web page design using a generated grid. The grid is under your control by writing JSON files. Use your grid simply dropping your file. It supports both fixed and fluid layout.                    

Extension Basic Information

Name GriDesign GriDesign
ID iefpnenakcpfakjlbjdheejobjlfejbf
Official URL https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf
Description This extension adds a grid on web pages in order to check fixed and fluid page layout.
File Size 17.75 KB
Installation Count 12
Current Version 0.12
Last Updated 2013-08-12
Publish Date 2013-08-12
Developer https://www.gmtoppi.com
Payment Type free
Extension Website http://gmtoppi.com/gridesign/help_howto.html
Help Page URL http://gmtoppi.com/gridesign/help_howto.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GriDesign",
    "description": "This extension adds a grid on web pages in order to check fixed and fluid page layout.",
    "version": "0.12",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}