Box Borders
Adds Red Borders to all Boxes on the Page
What is Box Borders?
Box Borders is a Chrome extension developed by davidnbooth, and its main feature is "Adds Red Borders to all Boxes on the Page".
Extension Screenshots
Download Box Borders Extension CRX File
Download Box Borders 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
Adds red borders to all of the elements on the page. Useful for web development and debugging the layout of your page.
Extension Basic Information
Name | Box Borders |
ID | fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
Official URL | https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
Description | Adds Red Borders to all Boxes on the Page |
File Size | 7.91 KB |
Installation Count | 67 |
Current Version | 1.0 |
Last Updated | 2021-03-30 |
Publish Date | 2021-03-30 |
Developer | davidnbooth |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |