Para probar los miles de complementos que están disponibles aquí, descarga Mozilla Firefox, ¡una forma rápida y gratuita de navegar en la Web!
CerrarBienvenido a Complementos Firefox.
Elige de entre miles de funciones y estilos extra para hacer de Firefox tu navegador.
Cerrar¿Eres una persona dinámica?
Revisa nuestro sitio sobre complementos para dispositivos móviles.
CerrarM Simmons
Acerca de mí
Nombre | M Simmons |
---|---|
Ubicación | US west coast |
Ocupación | Attorney |
Usuario desde | Sept. 16, 2010 |
Número de complementos desarrollados | 4 complementos |
Calificación media de sus complementos | Puntuado con 4 de 5 estrellas |
Complementos que he creado
4th Circuit Search
4th Circuit Opinion Search, advanced type for keyword or phrase
Mis revisiones
Private Tab
Puntuado con 4 de 5 estrellas
Thank you so much for writing this add-on.
I gave it four stars only because it could use a configuration panel for changing or deleting hotkeys. I'm one of those who prefers no hotkeys, but there are other people who need to change the hotkey combinations for accessibility. For me, editing the about:config is no big deal, but for others, it is, especially for accessibility's sake.Like other reviewers, I too would like to see an appearance change for private tabs, so while you're thinking about it, I used the userChrome.css to address the issue.
The relevant CSS I used is:.
.tabbrowser-tab[privateTab-isPrivate],
.tabbrowser-tab[privateTab-isPrivate] .tab-content
{ background:#555 !important; color:#ddd !important; }
.tabbrowser-tab[privateTab-isPrivate] .tab-close-button
{ /* this needs to change the default image as it's a bit dark with my colors */ }
.tabbrowser-tab[privateTab-isPrivate][selected],
.tabbrowser-tab[privateTab-isPrivate][selected] .tab-content
{ background:#777 !important; color:#fff !important; }
.tabbrowser-tab[privateTab-isPrivate]:hover,
.tabbrowser-tab[privateTab-isPrivate]:hover .tab-content
{ background:#669 !important; color:#fff !important; }
I hope this helps, and others may find it useful. Thank you again for making this add-on.
[edited this post to fix the colors]
Para crear tu propia colección, debes tener una cuenta de Mozilla Add-ons.