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
官方網址 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"
    }
}