Div Highlighter

tool to highlight divs!

What is Div Highlighter?

Div Highlighter is a Chrome extension developed by itsHobbes, and its main feature is "tool to highlight divs!".

Extension Screenshots

screenshot

Download Div Highlighter Extension CRX File

Download Div Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Div Highlighter Div Highlighter
ID facdmpkhcadnpcpeodngcnjjmgapfjia
Official URL https://chromewebstore.google.com/detail/div-highlighter/facdmpkhcadnpcpeodngcnjjmgapfjia
Description tool to highlight divs!
File Size 5.47 KB
Installation Count 1,176
Current Version 1.1
Last Updated 2021-08-19
Publish Date 2020-05-11
Rating 3.29/5 Total 7 Ratings
Developer itsHobbes
Email [email protected]
Payment Type free
Extension Website https://github.com/itsHobbes/div-highlighter/
Help Page URL https://github.com/itsHobbes/div-highlighter/
Supported Languages 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
}