测量

测量网页中对象的尺寸。

What is 测量?

测量 is a Chrome extension developed by bfbrmt, and its main feature is "测量网页中对象的尺寸。".

Download 测量 Extension CRX File

Download 测量 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        测量网页中一些对象的尺寸。操作简单,功能多样。                    

Extension Basic Information

Name 测量 测量
ID fejaakpolblbhcjcpcoohfkobonbladd
Official URL https://chrome.google.com/webstore/detail/%E6%B5%8B%E9%87%8F/fejaakpolblbhcjcpcoohfkobonbladd
Description 测量网页中对象的尺寸。
File Size 7.99 KB
Installation Count 121
Current Version 0.0.1
Last Updated 2015-03-27
Publish Date 2015-03-27
Rating 5.00/5 Total 1 Ratings
Developer bfbrmt
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6d4b\u91cf",
    "description": "\u6d4b\u91cf\u7f51\u9875\u4e2d\u5bf9\u8c61\u7684\u5c3a\u5bf8\u3002",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}