blurry — Payton Doud
Allows using the Escape key to unfocus currently focused element.
2 uporabnika2 uporabnika
Metapodatki o razširitvi
O tej razširitvi
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.Ocena 0 (0 mnenj)
Dovoljenja in podatki
Zahtevana dovoljenja:
- dostopa do vaših podatkov za vsa spletna mesta
Zbiranje podatkov:
- Razvijalec pravi, da ta razširitev ne zahteva zbiranja podatkov.
Več informacij
- Povezave dodatka
- Različica
- 1.0
- Velikost
- 24,31 KB
- Zadnja posodobitev
- pred 3 meseci (15. dec. 2025)
- Sorodne kategorije
- Licenca
- Licenca MIT
- Zgodovina različic
- Oznake
- Dodaj v zbirko
document.activeElement?.blur()on keydowne.code === "Escape".