Ruler 3000

Displays a line to be used as a ruler for aligning items.

什么是Ruler 3000?

Ruler 3000是由uncapit开发的Chrome扩展程序,该扩展的主要功能是“Displays a line to be used as a ruler for aligning items.”。

扩展截图

screenshot
screenshot
screenshot

下载Ruler 3000扩展crx文件

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

扩展使用说明

                        Displays one horizontal line and one vertical line that follows the mouse pointer.
Useful to visually compare DOM elements positions to align them.                    

扩展基本信息

名称 Ruler 3000 Ruler 3000
ID fnhigjljloiagjbmimpaokbpibfpiibf
官方URL https://chromewebstore.google.com/detail/ruler-3000/fnhigjljloiagjbmimpaokbpibfpiibf
简介 Displays a line to be used as a ruler for aligning items.
文件大小 14.53 KB
安装次数 38
当前版本 1.0
更新时间 2019-09-25
上架时间 2019-09-25
评分 5.00/5 共1次评分
开发者 uncapit
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ruler 3000",
    "version": "1.0",
    "description": "Displays a line to be used as a ruler for aligning items.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "name": "Ruler 3000"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}