Box Borders
Adds Red Borders to all Boxes on the Page
Wat is Box Borders?
Box Borders is een Chrome-extensie ontwikkeld door davidnbooth, en de belangrijkste functie is "Adds Red Borders to all Boxes on the Page".
Extensie Screenshots
Download het CRX-bestand van de extensie Box Borders
Download Box Borders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds red borders to all of the elements on the page. Useful for web development and debugging the layout of your page.
Basisinformatie over de Extensie
Naam | Box Borders |
ID | fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
Officiële URL | https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
Beschrijving | Adds Red Borders to all Boxes on the Page |
Bestandsgrootte | 7.91 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-03-30 |
Publicatiedatum | 2021-03-30 |
Ontwikkelaar | davidnbooth |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |