Simple Ruler

Measure it!

什么是Simple Ruler?

Simple Ruler是由punxnot开发的Chrome扩展程序,该扩展的主要功能是“Measure it!”。

扩展截图

screenshot
screenshot
screenshot

下载Simple Ruler扩展crx文件

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

扩展使用说明

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

扩展基本信息

名称 Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
官方URL https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
简介 Measure it!
文件大小 26.08 KB
安装次数 12,626
当前版本 0.0.2
更新时间 2021-12-29
上架时间 2018-12-26
评分 3.13/5 共16次评分
开发者 punxnot
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}