Grid Ruler

Create grids and measure their distance easily.

Grid Rulerคืออะไร?

Grid Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tgohn และคุณลักษณะหลักของมันคือ "Create grids and measure their distance easily."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grid Ruler

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}