Grid Builder

Grid Builder extension applies a grid to current web page.

Co je Grid Builder?

Grid Builder je rozšíření Chrome vyvinuté https://beltslib.net, a jeho hlavní funkcí je „Grid Builder extension applies a grid to current web page.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Grid Builder

Stáhněte si soubory rozšíření Grid Builder 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í

                        Grid Builder is a tool, built for front-end developers to inspect and examine their designs or any web site in action.

This extension is absolutely a must have in every front-end developers browser.                    

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

Název Grid Builder Grid Builder
ID fdngjphcahnpgejdhledgcfggjokekgl
Oficiální URL https://chromewebstore.google.com/detail/grid-builder/fdngjphcahnpgejdhledgcfggjokekgl
Popis Grid Builder extension applies a grid to current web page.
Velikost souboru 43.28 KB
Počet instalací 972
Aktuální Verze 1.0
Poslední Aktualizace 2014-11-23
Datum Vydání 2014-11-23
Hodnocení 3.70/5 Celkem 10 Hodnocení
Vývojář https://beltslib.net
Typ Platby free
Webové stránky Rozšíření http://gridbuilder.beltslib.net
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grid Builder",
    "description": "Grid Builder extension applies a grid to current web page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon-disabled.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.min.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}