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.0명이 0점으로 평가함
권한 및 데이터
추가 정보
document.activeElement?.blur()on keydowne.code === "Escape".