Red Border Chrome Extension
Debug HTML/CSS by adding red outline to all elements
What is Red Border Chrome Extension?
Red Border Chrome Extension is a Chrome extension developed by adnjoo, and its main feature is "Debug HTML/CSS by adding red outline to all elements".
Extension Screenshots
Download Red Border Chrome Extension Extension CRX File
Download Red Border Chrome Extension 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
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
Extension Basic Information
Name | Red Border Chrome Extension |
ID | cgbdhepdbbcdfdlopicohifabajofjbg |
Official URL | https://chromewebstore.google.com/detail/red-border-chrome-extensi/cgbdhepdbbcdfdlopicohifabajofjbg |
Description | Debug HTML/CSS by adding red outline to all elements |
File Size | 6.3 KB |
Installation Count | 843 |
Current Version | 0.0.3 |
Last Updated | 2023-12-05 |
Publish Date | 2021-06-10 |
Rating | 5.00/5 Total 4 Ratings |
Developer | adnjoo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/andrewnjoo/RedBorderChromeExtension |
Help Page URL | https://github.com/andrewnjoo/RedBorderChromeExtension/issues |
Supported Languages | 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" } } } } |