Rooler

Redline web pages

什么是Rooler?

Rooler是由http://blois.us开发的Chrome扩展程序,该扩展的主要功能是“Redline web pages”。

扩展截图

screenshot
screenshot
screenshot

下载Rooler扩展crx文件

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

扩展使用说明

                        Rooler is a utility for automatically measuring on-screen graphics.

Not quite like every other measurement utility out there (though there are quite a few)- this one analyzes the graphics and automatically finds the edges. It's essentially an automatic ruler, for the web.

 - Measures the bounds of graphics
 - Measures the distance between graphics
 - Allows ensuring correct positioning of elements, even in deeply nested element hierarchies.

It's quick and easy. Give it a shot.

You can also try Rooler in your browser at http://peteblois.github.io/rooler.js.                    

扩展基本信息

名称 Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
官方URL https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
简介 Redline web pages
文件大小 37.02 KB
安装次数 1,000
当前版本 0.0.8
更新时间 2020-11-23
上架时间 2016-02-05
评分 4.89/5 共18次评分
开发者 http://blois.us
电子邮箱 [email protected]
付费类型 free
扩展官网 http://peteblois.github.io/rooler.js
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "rooler",
        "default_popup": "popup.html"
    }
}