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
公式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
    }
}