Page Ruler

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

Page Rulerคืออะไร?

Page Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Page Ruler และคุณลักษณะหลักของมันคือ "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Ruler

ดาวน์โหลดไฟล์ส่วนขยาย Page Ruler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Page Ruler Page Ruler
ID idhjfgkakeliobkfbijghiaklmiaheag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag
คำอธิบาย Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
ขนาดไฟล์ 92.3 KB
จำนวนการติดตั้ง 54,686
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-06-06
วันที่เผยแพร่ 2018-07-29
คะแนน 1.25/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา Page Ruler
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}