Inspect: Invisión de rayos x

Easily check page elements dimensions and distances.

Inspect: Invisión de rayos x là gì?

Inspect: Invisión de rayos x là một tiện ích mở rộng Chrome được phát triển bởi https://imagentleman.github.io, và tính năng chính của nó là "Easily check page elements dimensions and distances.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inspect: Invisión de rayos x

Tải xuống các tệp mở rộng Inspect: Invisión de rayos x dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Mouse over the elements to see their dimensions.

Click an element to see distances relative to it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inspect: Invisión de rayos x Inspect: Invisión de rayos x
ID jlbnpneelebpclpakbfbkdkpdfljifhe
URL Chính Thức https://chromewebstore.google.com/detail/inspect-invisi%C3%B3n-de-rayos/jlbnpneelebpclpakbfbkdkpdfljifhe
Mô tả Easily check page elements dimensions and distances.
Kích Thước Tệp 12.71 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2019-07-19
Ngày Phát Hành 2019-07-18
Nhà Phát Triển https://imagentleman.github.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}