Grid Ruler

Create grids and measure their distance easily.

Co to jest Grid Ruler?

Grid Ruler to rozszerzenie Chrome opracowane przez tgohn, a jego główną funkcją jest „Create grids and measure their distance easily.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Grid Ruler

Pobierz pliki rozszerzeń Grid Ruler 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

                        It allow you to creates vertical and horizontal grids, Photoshop style.

It has a ruler to measure distance between your grids too.

#How to use:
 - drag from main vertical/horizontal ruler to create grids.
 - click on intersection of vertical ruler and horizontal ruler to go into ruler mode.
 - while in ruler mode, hold  key to get a straight line.                    

Podstawowe informacje o rozszerzeniu

Nazwa Grid Ruler Grid Ruler
ID joadogiaiabhmggdifljlpkclnpfncmj
Oficjalny URL https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj
Opis Create grids and measure their distance easily.
Rozmiar pliku 283 KB
Liczba instalacji 176,516
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2014-04-15
Data Publikacji 2014-04-15
Ocena 3.73/5 Łącznie 323 Oceny
Deweloper tgohn
Typ Płatności free
Strona Rozszerzenia https://github.com/tgohn/chrome-ruler
Adres URL Strony Pomocy https://github.com/tgohn/chrome-ruler/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grid Ruler",
    "version": "0.2.1",
    "description": "Create grids and measure their distance easily.",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_19.png",
            "38": "assets\/icon_38.png"
        },
        "default_title": "Grid Ruler"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            ".\/src\/chrome\/background.js"
        ],
        "persistent": false
    }
}