Formal Measures

Measures distances between elements

Formal Measuresคืออะไร?

Formal Measures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emilian.branzelov และคุณลักษณะหลักของมันคือ "Measures distances between elements"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Formal Measures ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Making front-end and elements don`t align - this extension will help you find why.
It shows an overlay highlighting an element of the page.When clicked the element becomes fixed and then measurements are made between the fixed and the currently highlighted element.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Formal Measures Formal Measures
ID hmgjphkhdnhklnmfffmmicgcpmmggion
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion
คำอธิบาย Measures distances between elements
ขนาดไฟล์ 7.19 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-08-26
วันที่เผยแพร่ 2014-08-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา emilian.branzelov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Formal Measures",
    "description": "Measures distances between elements",
    "version": "1.0",
    "icons": {
        "16": "images\/measurement_icon16.png",
        "64": "images\/measurement_icon64.png",
        "128": "images\/measurement_icon.png"
    },
    "browser_action": {
        "default_icon": "images\/measurement_icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}