CSS debug alignment

Add background-color on all elements to debug css alignment

CSS debug alignmentとは何ですか?

CSS debug alignmentはhttp://sutterlity.frによって開発されたChromeの拡張機能で、その主な機能は「Add background-color on all elements to debug css alignment」です。

拡張機能のスクリーンショット

screenshot

CSS debug alignment拡張機能のCRXファイルをダウンロード

CSS debug alignment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add background-color on all elements to debug css alignment.                    

拡張機能の基本情報

名前 CSS debug alignment CSS debug alignment
ID kokeihndgocdlgibnibeabeljjgehadj
公式URL https://chrome.google.com/webstore/detail/css-debug-alignment/kokeihndgocdlgibnibeabeljjgehadj
説明 Add background-color on all elements to debug css alignment
ファイルサイズ 16.94 KB
インストール数 760
現在のバージョン 2.1
最終更新日 2017-10-05
公開日 2017-10-05
評価 5.00/5 合計 5 レビュー
開発者 http://sutterlity.fr
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS debug alignment",
    "description": "Add background-color on all elements to debug css alignment",
    "version": "2.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "CSS debug alignment",
        "default_icon": "img\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}