Page Ruler

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

What is Page Ruler?

Page Ruler is a Chrome extension developed by Page Ruler, and its main feature is "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.".

Extension Screenshots

screenshot
screenshot

Download Page Ruler Extension CRX File

Download Page Ruler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Page Ruler Page Ruler
ID idhjfgkakeliobkfbijghiaklmiaheag
Official URL https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag
Description Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
File Size 92.3 KB
Installation Count 54,686
Current Version 2.0.0
Last Updated 2023-06-06
Publish Date 2018-07-29
Rating 1.25/5 Total 71 Ratings
Developer Page Ruler
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}