Div Highlighter

tool to highlight divs!

Div Highlighterとは何ですか?

Div HighlighterはitsHobbesによって開発されたChromeの拡張機能で、その主な機能は「tool to highlight divs!」です。

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

screenshot

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

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

拡張機能の使用方法

                        This adds a transparent background of a random colour, and similar border to divs to aid in visualisation of layouts. Designed for debugging/display purposes

Min depth: minimum number of parents a div must have to be highlighted.
Max depth: maximum number of parents a div must have to be highlighted.

Source: https://github.com/itsHobbes/div-highlighter/                    

拡張機能の基本情報

名前 Div Highlighter Div Highlighter
ID facdmpkhcadnpcpeodngcnjjmgapfjia
公式URL https://chromewebstore.google.com/detail/div-highlighter/facdmpkhcadnpcpeodngcnjjmgapfjia
説明 tool to highlight divs!
ファイルサイズ 5.47 KB
インストール数 1,176
現在のバージョン 1.1
最終更新日 2021-08-19
公開日 2020-05-11
評価 3.29/5 合計 7 レビュー
開発者 itsHobbes
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/itsHobbes/div-highlighter/
ヘルプページのURL https://github.com/itsHobbes/div-highlighter/
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Div Highlighter",
    "version": "1.1",
    "description": "tool to highlight divs!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2
}