Measure-it

Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.

什么是Measure-it?

Measure-it是由trishul.goel开发的Chrome扩展程序,该扩展的主要功能是“Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.”。

扩展截图

screenshot

下载Measure-it扩展crx文件

下载Measure-it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Customize the overlay and selector from extension options.                    

扩展基本信息

名称 Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
官方URL https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
简介 Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
文件大小 19.9 KB
安装次数 74,144
当前版本 2.1.0
更新时间 2018-12-23
上架时间 2018-12-23
评分 3.86/5 共36次评分
开发者 trishul.goel
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tsl143/measure-it
帮助页面URL https://github.com/tsl143/measure-it/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Measure-it",
    "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.",
    "version": "2.1.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "Measure-it"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "open-measure-it": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Open MeasureIt"
        }
    }
}