Red Border Chrome Extension
Debug HTML/CSS by adding red outline to all elements
Cos'è Red Border Chrome Extension?
Red Border Chrome Extension è un'estensione di Chrome sviluppata da adnjoo, e la sua funzione principale è "Debug HTML/CSS by adding red outline to all elements".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Red Border Chrome Extension
Scarica i file di estensione Red Border Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cgbdhepdbbcdfdlopicohifabajofjbg |
| URL Ufficiale | https://chromewebstore.google.com/detail/red-border-chrome-extensi/cgbdhepdbbcdfdlopicohifabajofjbg |
| Descrizione | Debug HTML/CSS by adding red outline to all elements |
| Dimensione del File | 6.3 KB |
| Conteggio Installazioni | 843 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2023-12-05 |
| Data di Pubblicazione | 2021-06-10 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | adnjoo |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/andrewnjoo/RedBorderChromeExtension |
| URL della Pagina di Aiuto | https://github.com/andrewnjoo/RedBorderChromeExtension/issues |
| Lingue Supportate | 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"
}
}
}
} | |