CSS Debugger
CSS Debber is a powerful Chrome extension designed for web developers and designers.
什么是CSS Debugger?
CSS Debugger是由Bright Hadith开发的Chrome扩展程序,该扩展的主要功能是“CSS Debber is a powerful Chrome extension designed for web developers and designers.”。
扩展截图
下载CSS Debugger扩展crx文件
下载CSS Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This browser extension injects the CSS Debugger into the present webpage, creating outlines around each element to enhance the visibility of their placement on the page. Within the realm of web development, this remarkable browser extension serves a pivotal role by seamlessly integrating the robust functionality of a CSS debugger directly into the fabric of the currently displayed webpage. This intricate tool empowers developers and designers alike to delve into the intricate nuances of their cascading style sheets, facilitating a comprehensive understanding and meticulous control over the visual and structural aspects of the page's elements. Upon activation, this extension meticulously scans the underlying code and renders a visual aid by enveloping each individual element with meticulously crafted outlines. These outlines are strategically designed to serve as a perceptive guide, illuminating the exact positioning and dimension of every element within the broader layout of the page. As a result, developers are bestowed with an unparalleled clarity regarding the hierarchical relationships, overlaps, and alignments of various elements, thereby fostering a more intuitive grasp of the overall design's intricacies.
扩展基本信息
名称 | CSS Debugger |
ID | bjpidjfkmlbmlfeogdpemieacmdicdno |
官方URL | https://chromewebstore.google.com/detail/css-debugger/bjpidjfkmlbmlfeogdpemieacmdicdno |
简介 | CSS Debber is a powerful Chrome extension designed for web developers and designers. |
文件大小 | 13.27 KB |
安装次数 | 153 |
当前版本 | 1.1.0 |
更新时间 | 2023-10-03 |
上架时间 | 2023-08-28 |
评分 | 5.00/5 共9次评分 |
开发者 | Bright Hadith |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/1AAK2GJqBkkff8TkO36G9eJm8Y-xr8s-dBAIcGqs-fog/edit?usp=sharing |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Debugger", "description": "CSS Debber is a powerful Chrome extension designed for web developers and designers.", "version": "1.1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "logo.png", "default_title": "CSS Debugger" }, "web_accessible_resources": [ { "resources": [ "app.css" ], "matches": [ " |