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
官方網址 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
電子郵箱 [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
}