Grid Ruler

Create grids and measure their distance easily.

什麼是Grid Ruler?

Grid Ruler是由tgohn開發的Chrome擴展程式,該擴展的主要功能是“Create grids and measure their distance easily.”。

擴展截圖

screenshot
screenshot

下載Grid Ruler擴展crx文件

下載Grid Ruler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}