blurry por Payton Doud
Allows using the Escape key to unfocus currently focused element.
1 User1 User
Metadata de la extensión
Sobre esta extensión
A simple extension that allows use of the
E.g. If you are typing in a text input, pressing escape will cancel typing.
Permissions:
- Access your data for all websites: This extension is run on every site, so this permission is necessary.
- No data collection takes place.
The name "blurry" comes from the event emitted when an element is unfocused:
Escape key to unfocus the currently focused element. E.g. If you are typing in a text input, pressing escape will cancel typing.
Permissions:
- Access your data for all websites: This extension is run on every site, so this permission is necessary.
- No data collection takes place.
The name "blurry" comes from the event emitted when an element is unfocused:
blur.Rated 0 by 0 reviewers
Permissions and data
Permisos requeridos:
- Acceder a tus datos para todos los sitios web
Data collection:
- The developer says this extension doesn't require data collection.
Más información
- Enlaces del complemento
- Versión
- 1.0
- Tamaño
- 24,31 KB
- Última actualización
- hace 2 meses (15 de dic. de 2025)
- Categorías relacionadas
- Licencia
- MIT License
- Historial de versiones
- Etiquetas
- Añadir a la colección
document.activeElement?.blur()on keydowne.code === "Escape".