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 од стране 0 рецензената
Овлашћења и подаци
Потребна овлашћења:
- Приступ подацима за све веб странице
Прикупљање података:
- Програмер наводи да овом додатку није потребно прикупљање података.
Више информација
- Издање
- 1.0
- Величина
- 24,31 KB
- Последњи пут ажурирано
- pre 7 meseci (15. dec. 2025.)
- Повезане категорије
- Дозвола
- MIT дозвола
- Историјат издања
- Ознаке
- Додај у збирку
document.activeElement?.blur()on keydowne.code === "Escape".