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