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"
    }
}