MeasureIt!

MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.

MeasureIt! là gì?

MeasureIt! là một tiện ích mở rộng Chrome được phát triển bởi Online Apps, và tính năng chính của nó là "MeasureIt is useful app for measurement width and height of webpages. Measure it 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 MeasureIt!

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

                        MeasureIt shows positioning and dimensions in pixel points. You can measure height and width of elements on web page.

HOW IT WORKS 
• Click to the icon of app on the current web page.  
• Draw ruler page and shows width, height, positioning of element.
• Click the icon again to exit the measurement.                    

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

Tên MeasureIt! MeasureIt!
ID keoagpbljgpdoldcmfpgicnpijmfompi
URL Chính Thức https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi
Mô tả MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 12,336
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2022-10-05
Ngày Phát Hành 2020-06-13
Đánh Giá 1.97/5 Tổng số 37 Đánh Giá
Nhà Phát Triển Online Apps
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",
    "background": {
        "scripts": [
            "jquery.min.js",
            "backgroundMeasureIt.js"
        ]
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "MeasureIt"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.",
    "manifest_version": 2,
    "name": "MeasureIt!",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.4",
    "icons": {
        "48": "ico_48.png",
        "128": "ico_128.png"
    }
}