
Toggle CSS outline por theodejager
Simple extension that toggles a red outline around all elements in a page on/off, useful for CSS debugging.
54 Users54 Users
Necesitarás Firefox para usar esta extensión
Metadata de la extensión
Capturas de pantalla


Sobre esta extensión
This extension adds a browser button that toggles a red outline on/off around all elements on a page. Useful for CSS development, to see all the borders of all elements in one glance quickly without opening the developer tools panel. Basically it sets the following style on / off:
* { outline: 1px solid red; }
Source code: https://github.com/theodejager/toggle-css-outline
* { outline: 1px solid red; }
Source code: https://github.com/theodejager/toggle-css-outline
Rated 5 by 1 reviewer
Otras extensiones populares
Corrector ortográfico y gramatical - LanguageTool
Se valoró con 4,7 de 5LanguageTooler GmbH
368.554 usuarios
Permissions and dataSaber más
Permisos requeridos:
- Acceder a las pestañas del navegador
- Acceder a tus datos para todos los sitios web
Más información
- Versión
- 1.1
- Tamaño
- 16,69 KB
- Última actualización
- 2 years ago (Jul 14, 2023)
- Categorías relacionadas
- Licencia
- Mozilla Public License 2.0
- Historial de versiones
- Añadir a la colección
Notas de prensa para 1.1
The extension now saves the on/off state of the outline per tab, not globally. That means each tab has control over its own outline and it persists across page reloads. It is also now compatible with Google Chrome too.