Measure-it

Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.

Measure-it là gì?

Measure-it là một tiện ích mở rộng Chrome được phát triển bởi trishul.goel, và tính năng chính của nó là "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".

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

screenshot

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

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

                        Customize the overlay and selector from extension options.                    

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

Tên Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
URL Chính Thức https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
Mô tả Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Kích Thước Tệp 19.9 KB
Số Lần Cài Đặt 74,144
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2018-12-23
Ngày Phát Hành 2018-12-23
Đánh Giá 3.86/5 Tổng số 36 Đánh Giá
Nhà Phát Triển trishul.goel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tsl143/measure-it
URL Trang Trợ Giúp https://github.com/tsl143/measure-it/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Measure-it",
    "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.",
    "version": "2.1.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "Measure-it"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "open-measure-it": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Open MeasureIt"
        }
    }
}