Layout Debugger

Easily remove bugs from your layouts.

什么是Layout Debugger?

Layout Debugger是由Ion Suman开发的Chrome扩展程序,该扩展的主要功能是“Easily remove bugs from your layouts.”。

扩展截图

screenshot

下载Layout Debugger扩展crx文件

下载Layout Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Layout Debugger Layout Debugger
ID ajphijbpegmfhibhlhfkjdhkjbgbpdip
官方URL https://chromewebstore.google.com/detail/layout-debugger/ajphijbpegmfhibhlhfkjdhkjbgbpdip
简介 Easily remove bugs from your layouts.
文件大小 23.85 KB
安装次数 72
当前版本 1.2.0
更新时间 2018-12-12
上架时间 2018-12-12
评分 3.00/5 共1次评分
开发者 Ion Suman
付费类型 free
支持的语言 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": [
        ""
    ]
}