Box Borders

Adds Red Borders to all Boxes on the Page

什么是Box Borders?

Box Borders是由davidnbooth开发的Chrome扩展程序,该扩展的主要功能是“Adds Red Borders to all Boxes on the Page”。

扩展截图

screenshot

下载Box Borders扩展crx文件

下载Box Borders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds red borders to all of the elements on the page.  Useful for web development and debugging the layout of your page.                    

扩展基本信息

名称 Box Borders Box Borders
ID fjdkmkjlnhchckdbmdfbhkofmjdkhfig
官方URL https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig
简介 Adds Red Borders to all Boxes on the Page
文件大小 7.91 KB
安装次数 67
当前版本 1.0
更新时间 2021-03-30
上架时间 2021-03-30
开发者 davidnbooth
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Box Borders",
    "description": "Adds Red Borders to all Boxes on the Page",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}