Page Ruler

Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.

Page Ruler là gì?

Page Ruler là một tiện ích mở rộng Chrome được phát triển bởi Page Ruler, và tính năng chính của nó là "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.".

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

screenshot
screenshot

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

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

                        Page Ruler is popular app for measuring elements on web pages. Measure it width and height in pixels on any websites.

Click the icon and draw ruler to get pixel dimensions. The color icon means the on mode for measuremen. The black and white icon means off.

Thank you for installation and please give Page Ruler five stars!                    

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

Tên Page Ruler Page Ruler
ID idhjfgkakeliobkfbijghiaklmiaheag
URL Chính Thức https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag
Mô tả Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
Kích Thước Tệp 92.3 KB
Số Lần Cài Đặt 54,686
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2018-07-29
Đánh Giá 1.25/5 Tổng số 71 Đánh Giá
Nhà Phát Triển Page Ruler
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": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "off.png",
        "default_title": "Page Ruler"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.",
    "manifest_version": 3,
    "name": "Page Ruler",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.0.0",
    "icons": {
        "48": "ico_48.png",
        "16": "ico_16.png",
        "128": "ico_128.png",
        "19": "ico_19.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}