Red Border Chrome Extension
Debug HTML/CSS by adding red outline to all elements
Wat is Red Border Chrome Extension?
Red Border Chrome Extension is een Chrome-extensie ontwikkeld door adnjoo, en de belangrijkste functie is "Debug HTML/CSS by adding red outline to all elements".
Extensie Screenshots
Download het CRX-bestand van de extensie Red Border Chrome Extension
Download Red Border Chrome Extension-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
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
Basisinformatie over de Extensie
Naam | Red Border Chrome Extension |
ID | cgbdhepdbbcdfdlopicohifabajofjbg |
Officiële URL | https://chromewebstore.google.com/detail/red-border-chrome-extensi/cgbdhepdbbcdfdlopicohifabajofjbg |
Beschrijving | Debug HTML/CSS by adding red outline to all elements |
Bestandsgrootte | 6.3 KB |
Aantal Installaties | 843 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-12-05 |
Publicatiedatum | 2021-06-10 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | adnjoo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/andrewnjoo/RedBorderChromeExtension |
Help Pagina-URL | https://github.com/andrewnjoo/RedBorderChromeExtension/issues |
Ondersteunde Talen | 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" } } } } |