Formal Measures

Measures distances between elements

什么是Formal Measures?

Formal Measures是由emilian.branzelov开发的Chrome扩展程序,该扩展的主要功能是“Measures distances between elements”。

扩展截图

screenshot

下载Formal Measures扩展crx文件

下载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"
    ]
}