blurry od Payton Doud
Allows using the Escape key to unfocus currently focused element.
2 uživatelé2 uživatelé
Metadata rozšíření
O tomto rozšíření
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.Hodnocení: 0 od 0 redaktorů
Oprávnění a data
Požadovaná oprávnění:
- Přistupovat k vašim datům pro všechny webové stránky
Sběr dat:
- Podle vývojáře toto rozšíření nevyžaduje sběr dat.
Další informace
- Odkazy doplňku
- Verze
- 1.0
- Velikost
- 24,31 KB
- Poslední aktualizace
- před 4 měsíci (15. pro 2025)
- Příbuzné kategorie
- Licence
- Licence MIT
- Historie změn
- Štítky
- Přidat do sbírky
document.activeElement?.blur()on keydowne.code === "Escape".