simple-debug.css

Debug your layouts with one line of CSS and a single click.

什么是simple-debug.css?

simple-debug.css是由https://chrisnager.com开发的Chrome扩展程序,该扩展的主要功能是“Debug your layouts with one line of CSS and a single click.”。

扩展截图

screenshot
screenshot

下载simple-debug.css扩展crx文件

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

扩展使用说明

                        This extension injects simple-debug.css's one line of CSS into the current page, adding outlines and a sense of depth to the page's elements, to make debugging the page layout easier.                    

扩展基本信息

名称 simple-debug.css simple-debug.css
ID jlkgkebpphmaiemciejnmgccejccnpha
官方URL https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha
简介 Debug your layouts with one line of CSS and a single click.
文件大小 9.15 KB
安装次数 1,946
当前版本 1.0
更新时间 2015-01-23
上架时间 2015-01-23
评分 4.71/5 共14次评分
开发者 https://chrisnager.com
付费类型 free
扩展官网 https://github.com/chrisnager/simple-debug.css
帮助页面URL https://github.com/chrisnager/simple-debug.css
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "simple-debug.css",
    "description": "Debug your layouts with one line of CSS and a single click.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "simple-debug.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle simple-debug.css",
        "default_icon": {
            "19": "images\/toolbar-chrome.png",
            "38": "images\/[email protected]"
        }
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    }
}