blurry ์ ์์: Payton Doud
Allows using the Escape key to unfocus currently focused element.
์ฌ์ฉ์ 2๋ช
์ฌ์ฉ์ 2๋ช
ํ์ฅ ๋ฉํ ๋ฐ์ดํฐ
์ ๋ณด
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์ ์ผ๋ก ํ๊ฐํจ
๊ถํ ๋ฐ ๋ฐ์ดํฐ
ํ์ ๊ถํ:
- ๋ชจ๋ ์น์ฌ์ดํธ์์ ์ฌ์ฉ์์ ๋ฐ์ดํฐ์ ์ ๊ทผ
๋ฐ์ดํฐ ์์ง:
- ๊ฐ๋ฐ์๊ฐ ์ด ํ์ฅ ๊ธฐ๋ฅ์ ๋ฐ์ดํฐ ์์ง์ด ํ์ํ์ง ์๋ค๊ณ ํฉ๋๋ค.
์ถ๊ฐ ์ ๋ณด
- ๋ถ๊ฐ ๊ธฐ๋ฅ ๋งํฌ
- ๋ฒ์
- 1.0
- ํฌ๊ธฐ
- 24.31 KB
- ๋ง์ง๋ง ์ ๋ฐ์ดํธ
- 3๋ฌ ์ (2025๋ 12์ 15์ผ)
- ๊ด๋ จ ์นดํ ๊ณ ๋ฆฌ
- ๋ผ์ด์ ์ค
- MIT ๋ผ์ด์ ์ค
- ๋ฒ์ ๋ชฉ๋ก
- ํ๊ทธ
- ๋ชจ์์ง์ ์ถ๊ฐ
document.activeElement?.blur()on keydowne.code === "Escape".