Red Border Chrome Extension
Debug HTML/CSS by adding red outline to all elements
什么是Red Border Chrome Extension?
Red Border Chrome Extension是由adnjoo开发的Chrome扩展程序,该扩展的主要功能是“Debug HTML/CSS by adding red outline to all elements”。
扩展截图
下载Red Border Chrome Extension扩展crx文件
下载Red Border Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Debug HTML/CSS by drawing a red border around web page elements.
v0.0.3
- updated to manifest 3
- show on/off in icon
v0.0.0.2 
-fixed some bugs on the button                     扩展基本信息
| 名称 |  | 
| ID | cgbdhepdbbcdfdlopicohifabajofjbg | 
| 官方URL | https://chromewebstore.google.com/detail/red-border-chrome-extensi/cgbdhepdbbcdfdlopicohifabajofjbg | 
| 简介 | Debug HTML/CSS by adding red outline to all elements | 
| 文件大小 | 6.3 KB | 
| 安装次数 | 843 | 
| 当前版本 | 0.0.3 | 
| 更新时间 | 2023-12-05 | 
| 上架时间 | 2021-06-10 | 
| 评分 | 5.00/5 共4次评分 | 
| 开发者 | adnjoo | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/andrewnjoo/RedBorderChromeExtension | 
| 帮助页面URL | https://github.com/andrewnjoo/RedBorderChromeExtension/issues | 
| 支持的语言 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Red Border Chrome Extension",
    "description": "Debug HTML\/CSS by adding red outline to all elements",
    "version": "0.0.3",
    "icons": {
        "16": ".\/images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": ".\/images\/icon.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    }
} | |