CSS Layout Helper
View layouts with varying degrees of depth for parent child relationship
Wat is CSS Layout Helper?
CSS Layout Helper is een Chrome-extensie ontwikkeld door mabel16113, en de belangrijkste functie is "View layouts with varying degrees of depth for parent child relationship".
Extensie Screenshots
Download het CRX-bestand van de extensie CSS Layout Helper
Download CSS Layout Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Toggle CSS to easily view a pages layout including margin, padding and parent > child relationships
Basisinformatie over de Extensie
Naam | CSS Layout Helper |
ID | dflgflfoojahngkbkjejopjpaljjncmj |
Officiële URL | https://chromewebstore.google.com/detail/css-layout-helper/dflgflfoojahngkbkjejopjpaljjncmj |
Beschrijving | View layouts with varying degrees of depth for parent child relationship |
Bestandsgrootte | 5.12 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-09-10 |
Publicatiedatum | 2019-09-08 |
Ontwikkelaar | mabel16113 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |