MeasureIt!

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

MeasureIt!คืออะไร?

MeasureIt! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Online Apps และคุณลักษณะหลักของมันคือ "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels."

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

screenshot

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

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

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

                        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.                    

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

ชื่อ MeasureIt! MeasureIt!
ID keoagpbljgpdoldcmfpgicnpijmfompi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi
คำอธิบาย MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 12,336
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2022-10-05
วันที่เผยแพร่ 2020-06-13
คะแนน 1.97/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา Online Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}