Layout Debugger

Easily remove bugs from your layouts.

Layout Debugger là gì?

Layout Debugger là một tiện ích mở rộng Chrome được phát triển bởi Ion Suman, và tính năng chính của nó là "Easily remove bugs from your layouts.".

Ả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 Layout Debugger

Tải xuống các tệp mở rộng Layout Debugger 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

                        Outline all elements on your page to better see their placement and dimensions on the page.

- By default debugger is disabled, to enable it just click on extension's icon.
- Hold CTRL or CMD key and hover an element to see it's dimensions. 
- Debugger stays enabled after page reloads until you disable it.                    

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

Tên Layout Debugger Layout Debugger
ID ajphijbpegmfhibhlhfkjdhkjbgbpdip
URL Chính Thức https://chromewebstore.google.com/detail/layout-debugger/ajphijbpegmfhibhlhfkjdhkjbgbpdip
Mô tả Easily remove bugs from your layouts.
Kích Thước Tệp 23.85 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2018-12-12
Ngày Phát Hành 2018-12-12
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ion Suman
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": "Layout Debugger",
    "description": "Easily remove bugs from your layouts.",
    "version": "1.2.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Layout Debugger",
        "default_icon": {
            "16": "icons\/16-disabled.png",
            "24": "icons\/24-disabled.png",
            "32": "icons\/32-disabled.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ]
}