blurry 作者: Payton Doud
Allows using the Escape key to unfocus currently focused element.
3 个用户3 个用户
扩展元数据
关于此扩展
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.评分 0(1 位用户)
权限与数据
更多信息
document.activeElement?.blur()on keydowne.code === "Escape".