Rooler

Redline web pages

Rooler là gì?

Rooler là một tiện ích mở rộng Chrome được phát triển bởi http://blois.us, và tính năng chính của nó là "Redline web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rooler

Tải xuống các tệp mở rộng Rooler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
URL Chính Thức https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
Mô tả Redline web pages
Kích Thước Tệp 37.02 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2020-11-23
Ngày Phát Hành 2016-02-05
Đánh Giá 4.89/5 Tổng số 18 Đánh Giá
Nhà Phát Triển http://blois.us
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://peteblois.github.io/rooler.js
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}