Inspect: Invisión de rayos x

Easily check page elements dimensions and distances.

Inspect: Invisión de rayos xคืออะไร?

Inspect: Invisión de rayos x เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imagentleman.github.io และคุณลักษณะหลักของมันคือ "Easily check page elements dimensions and distances."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inspect: Invisión de rayos x

ดาวน์โหลดไฟล์ส่วนขยาย Inspect: Invisión de rayos x ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Mouse over the elements to see their dimensions.

Click an element to see distances relative to it.                    

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

ชื่อ Inspect: Invisión de rayos x Inspect: Invisión de rayos x
ID jlbnpneelebpclpakbfbkdkpdfljifhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inspect-invisi%C3%B3n-de-rayos/jlbnpneelebpclpakbfbkdkpdfljifhe
คำอธิบาย Easily check page elements dimensions and distances.
ขนาดไฟล์ 12.71 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2019-07-19
วันที่เผยแพร่ 2019-07-18
ผู้พัฒนา https://imagentleman.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspect: Invisi\u00f3n de rayos x",
    "version": "3",
    "description": "Easily check page elements dimensions and distances.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "off-16.png",
            "24": "off-24.png",
            "32": "off-32.png"
        }
    },
    "permissions": [
        "activeTab"
    ]
}