blurry 作者: Payton Doud
Allows using the Escape key to unfocus currently focused element.
1 位使用者1 位使用者
擴充套件後設資料
關於此擴充套件
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.由 1 位評論者給出 0 分
權限與資料
更多資訊
- 版本
- 1.0
- 大小
- 24.31 KB
- 最近更新
- 2 個月前 (2025年12月15日)
- 相關分類
- 授權條款
- MIT License
- 版本紀錄
- 新增至收藏集
document.activeElement?.blur()on keydowne.code === "Escape".