Page Ruler

Use the Page Ruler to measure the web for width, height of any section of your choice

Page Rulerคืออะไร?

Page Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Web Page Ruler และคุณลักษณะหลักของมันคือ "Use the Page Ruler to measure the web for width, height of any section of your choice"

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

screenshot

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

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

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

                        The Web Page Ruler extension allows you to measure web page elements with a draggable ruler, giving you the dimensions, coordinates, and other relevant details in a matter of seconds. It's an invaluable tool for web designers, developers, and anyone who needs precise measurements on a web page.

Features:

1. Easily activate the ruler by clicking on the extension icon.
2. Draw a rectangular ruler by clicking and dragging your mouse over the web page.
3. Get accurate width, height, start and end measurements in pixels.
4. See X and Y axis details for precise positioning.
5. Works on clickable elements, buttons, and banners.
6. Only one ruler active at a time - clicking elsewhere or drawing a new ruler will close the current one.
7. Deactivate the ruler by clicking the extension icon, the cross mark on the 
8. "Ruler Mode" button, or pressing the ESC key.

Compatible with both mouse clicks and touch input on touch-enabled devices.
Whether you're a web designer working on a new layout or a developer debugging your site, the Web Page Ruler extension will make your job easier by providing a quick and convenient way to measure elements on any web page.

To get started with the Web Page Ruler extension, simply install it and click on the extension icon to activate the ruler. Measure any element on the web page by clicking and dragging your mouse, and see the dimensions, coordinates, and other details in real-time. Deactivate the ruler when you're done by clicking the extension icon, the cross mark on the "Ruler Mode" button, or pressing the ESC key.                    

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

ชื่อ Page Ruler Page Ruler
ID hmfpcbphjchkbanagdkokidjghnkaema
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-ruler/hmfpcbphjchkbanagdkokidjghnkaema
คำอธิบาย Use the Page Ruler to measure the web for width, height of any section of your choice
ขนาดไฟล์ 10.19 KB
จำนวนการติดตั้ง 310
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-15
วันที่เผยแพร่ 2022-10-13
ผู้พัฒนา Web Page Ruler
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Page Ruler",
    "version": "1.0",
    "description": "Use the Page Ruler to measure the web for width, height of any section of your choice",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}