blurry av Payton Doud
Allows using the Escape key to unfocus currently focused element.
2 brukere2 brukere
Metadata for utvidelser
Om denne utvidelsen
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.Vurdert til 0 av 0 anmeldere
Tillatelser og data
Nødvendige tillatelser:
- Få tilgang til dine data fra alle nettsteder
Datainnsamling:
- Utvikleren sier at denne utvidelsen ikke krever datainnsamling.
Mer informasjon
- Lenker for utvidelser
- Versjon
- 1.0
- Størrelse
- 24,31 kB
- Sist oppdatert
- 4 måneder siden (15. des. 2025)
- Relaterte kategorier
- Lisens
- MIT License
- Versjonshistorikk
- Etiketter
- Legg til i samling
document.activeElement?.blur()on keydowne.code === "Escape".