Grid Ruler

Create grids and measure their distance easily.

Grid Ruler क्या है?

Grid Ruler tgohn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create grids and measure their distance easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grid Ruler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Grid Ruler Grid Ruler
ID joadogiaiabhmggdifljlpkclnpfncmj
आधिकारिक URL https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj
विवरण Create grids and measure their distance easily.
फ़ाइल का आकार 283 KB
स्थापना संख्या 176,516
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2014-04-15
प्रकाशन तिथि 2014-04-15
रेटिंग 3.73/5 कुल 323 रेटिंग्स
डेवलपर tgohn
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tgohn/chrome-ruler
सहायता पृष्ठ URL https://github.com/tgohn/chrome-ruler/issues
समर्थित भाषाएँ 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
    }
}