CSS Gradient Inspector

Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.

什么是CSS Gradient Inspector?

CSS Gradient Inspector是由Rafael Caricio开发的Chrome扩展程序,该扩展的主要功能是“Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.”。

扩展截图

screenshot
screenshot

下载CSS Gradient Inspector扩展crx文件

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

扩展使用说明

                        Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging.

This project is open source and you can follow more updates at the GitHub repository:

https://github.com/rafaelcaricio/gradient-inspector

If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues                    

扩展基本信息

名称 CSS Gradient Inspector CSS Gradient Inspector
ID blklpjonlhpakchaahdnkcjkfmccmdik
官方URL https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik
简介 Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
文件大小 284 KB
安装次数 1,792
当前版本 0.2.0
更新时间 2014-10-01
上架时间 2014-10-01
评分 5.00/5 共5次评分
开发者 Rafael Caricio
付费类型 free
扩展官网 https://github.com/rafaelcaricio/gradient-inspector
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Gradient Inspector",
    "version": "0.2.0",
    "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "icons": {
        "16": "img\/pretty_logo_x16.png",
        "48": "img\/pretty_logo_x48.png",
        "128": "img\/pretty_logo_x128.png"
    }
}