GriDesign

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

Co je GriDesign?

GriDesign je rozšíření Chrome vyvinuté https://www.gmtoppi.com, a jeho hlavní funkcí je „This extension adds a grid on web pages in order to check fixed and fluid page layout.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GriDesign

Stáhněte si soubory rozšíření GriDesign ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GriDesign GriDesign
ID iefpnenakcpfakjlbjdheejobjlfejbf
Oficiální URL https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf
Popis This extension adds a grid on web pages in order to check fixed and fluid page layout.
Velikost souboru 17.75 KB
Počet instalací 12
Aktuální Verze 0.12
Poslední Aktualizace 2013-08-12
Datum Vydání 2013-08-12
Vývojář https://www.gmtoppi.com
Typ Platby free
Webové stránky Rozšíření http://gmtoppi.com/gridesign/help_howto.html
URL Stránky Nápovědy http://gmtoppi.com/gridesign/help_howto.html
Podporované Jazyky 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:\/\/*\/*"
    ]
}