CSS Layout Helper

View layouts with varying degrees of depth for parent child relationship

What is CSS Layout Helper?

CSS Layout Helper is a Chrome extension developed by mabel16113, and its main feature is "View layouts with varying degrees of depth for parent child relationship".

Extension Screenshots

screenshot

Download CSS Layout Helper Extension CRX File

Download CSS Layout Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Toggle CSS to easily view a pages layout including margin, padding and parent > child relationships                    

Extension Basic Information

Name CSS Layout Helper CSS Layout Helper
ID dflgflfoojahngkbkjejopjpaljjncmj
Official URL https://chromewebstore.google.com/detail/css-layout-helper/dflgflfoojahngkbkjejopjpaljjncmj
Description View layouts with varying degrees of depth for parent child relationship
File Size 5.12 KB
Installation Count 31
Current Version 1.0
Last Updated 2019-09-10
Publish Date 2019-09-08
Developer mabel16113
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Layout Helper",
    "version": "1.0",
    "description": "View layouts with varying degrees of depth for parent child relationship",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png"
    },
    "manifest_version": 2
}