GriDesign

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

Co to jest GriDesign?

GriDesign to rozszerzenie Chrome opracowane przez https://www.gmtoppi.com, a jego główną funkcją jest „This extension adds a grid on web pages in order to check fixed and fluid page layout.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GriDesign

Pobierz pliki rozszerzeń GriDesign w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GriDesign GriDesign
ID iefpnenakcpfakjlbjdheejobjlfejbf
Oficjalny URL https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf
Opis This extension adds a grid on web pages in order to check fixed and fluid page layout.
Rozmiar pliku 17.75 KB
Liczba instalacji 12
Aktualna Wersja 0.12
Ostatnia Aktualizacja 2013-08-12
Data Publikacji 2013-08-12
Deweloper https://www.gmtoppi.com
Typ Płatności free
Strona Rozszerzenia http://gmtoppi.com/gridesign/help_howto.html
Adres URL Strony Pomocy http://gmtoppi.com/gridesign/help_howto.html
Obsługiwane Języki 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:\/\/*\/*"
    ]
}