Formal Measures

Measures distances between elements

Formal Measures là gì?

Formal Measures là một tiện ích mở rộng Chrome được phát triển bởi emilian.branzelov, và tính năng chính của nó là "Measures distances between elements".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Formal Measures

Tải xuống các tệp mở rộng Formal Measures dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Formal Measures Formal Measures
ID hmgjphkhdnhklnmfffmmicgcpmmggion
URL Chính Thức https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion
Mô tả Measures distances between elements
Kích Thước Tệp 7.19 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-08-26
Ngày Phát Hành 2014-08-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển emilian.branzelov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}