Ruler Measurement

Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)

Ruler Measurement là gì?

Ruler Measurement là một tiện ích mở rộng Chrome được phát triển bởi Vadim Albarov, và tính năng chính của nó là "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)".

Ả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 Ruler Measurement

Tải xuống các tệp mở rộng Ruler Measurement 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

                        Powerful measure plugin for chrome. No more junk and party worked solutions. Measure height and width on page with grid lines. Fully draggable and resizable. 

Features:
 - Press ctrl + mouse click to allow multiple rulers. 
 - Press ctrl + q to remove all ruller from page.
 - Press arrow right/left to rotate.
 - Press ctrl + i to toggle offset info.
 - Press alt + q to toggle run state.
 - Customize extension through option page

Check out the new Themes option.
Check out the new Unit option, that allows to change measure units!

If you find a bug, have any suggestions for improving the extension or just want to thank the author feel free to mail me.                    

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

Tên Ruler Measurement Ruler Measurement
ID fkfkjailjcijmghkonghlclbjkopjbgh
URL Chính Thức https://chromewebstore.google.com/detail/ruler-measurement/fkfkjailjcijmghkonghlclbjkopjbgh
Mô tả Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 36,423
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2019-02-08
Ngày Phát Hành 2019-02-08
Đánh Giá 3.34/5 Tổng số 38 Đánh Giá
Nhà Phát Triển Vadim Albarov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ruler Measurement",
    "short_name": "Chrullex",
    "description": "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)",
    "version": "2.3.0",
    "offline_enabled": true,
    "options_page": "options\/options.html",
    "page_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "app\/resize.css",
                "app\/style.css"
            ],
            "scripts": [
                "jQuery\/jQuery.js",
                "jQuery\/Jquery-ui.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "app\/bootloader.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Ruler"
        }
    }
}