Ruler Measurement

Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)

什么是Ruler Measurement?

Ruler Measurement是由Vadim Albarov开发的Chrome扩展程序,该扩展的主要功能是“Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)”。

扩展截图

screenshot
screenshot
screenshot

下载Ruler Measurement扩展crx文件

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

扩展使用说明

                        Powerful measure plugin for chrome. No more junk and party worked solutions. Measure height and width on page with grid lines. Fully draggable and resizable. 

Features:
 - Press ctrl + mouse click to allow multiple rulers. 
 - Press ctrl + q to remove all ruller from page.
 - Press arrow right/left to rotate.
 - Press ctrl + i to toggle offset info.
 - Press alt + q to toggle run state.
 - Customize extension through option page

Check out the new Themes option.
Check out the new Unit option, that allows to change measure units!

If you find a bug, have any suggestions for improving the extension or just want to thank the author feel free to mail me.                    

扩展基本信息

名称 Ruler Measurement Ruler Measurement
ID fkfkjailjcijmghkonghlclbjkopjbgh
官方URL https://chromewebstore.google.com/detail/ruler-measurement/fkfkjailjcijmghkonghlclbjkopjbgh
简介 Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)
文件大小 122 KB
安装次数 36,423
当前版本 2.3.0
更新时间 2019-02-08
上架时间 2019-02-08
评分 3.34/5 共38次评分
开发者 Vadim Albarov
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ruler Measurement",
    "short_name": "Chrullex",
    "description": "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)",
    "version": "2.3.0",
    "offline_enabled": true,
    "options_page": "options\/options.html",
    "page_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "app\/resize.css",
                "app\/style.css"
            ],
            "scripts": [
                "jQuery\/jQuery.js",
                "jQuery\/Jquery-ui.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "app\/bootloader.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Ruler"
        }
    }
}