Outliner CSS

A totally awesome structure and layout debugger that inserts CSS outlines to all elements.

什么是Outliner CSS?

Outliner CSS是由tarah开发的Chrome扩展程序,该扩展的主要功能是“A totally awesome structure and layout debugger that inserts CSS outlines to all elements.”。

扩展截图

screenshot

下载Outliner CSS扩展crx文件

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

扩展使用说明

                        After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. 
 
Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.                    

扩展基本信息

名称 Outliner CSS Outliner CSS
ID epodomlablfiehjgajhlhbdhidlkokaj
官方URL https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj
简介 A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
文件大小 13.01 KB
安装次数 9,566
当前版本 1.0.1
更新时间 2017-10-10
上架时间 2017-10-10
评分 5.00/5 共8次评分
开发者 tarah
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outliner CSS",
    "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Outliner CSS",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2
}