Div Density

This extension shows the density of elements on your page

Div Densityとは何ですか?

Div Densityはhttps://andersfisher.comによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the density of elements on your page」です。

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

screenshot

Div Density拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Div density is a simple extension that toggled the background colour of your elements to show their density on the page, this could be the cure for div-itis!                    

拡張機能の基本情報

名前 Div Density Div Density
ID akhjnfacldhnbhkpmhebkfocmheaicif
公式URL https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif
説明 This extension shows the density of elements on your page
ファイルサイズ 6.95 KB
インストール数 404
現在のバージョン 1.0
最終更新日 2014-07-25
公開日 2014-07-25
評価 4.17/5 合計 6 レビュー
開発者 https://andersfisher.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Div Density",
    "description": "This extension shows the density of elements on your page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    }
}