blurry szerző: Payton Doud
Allows using the Escape key to unfocus currently focused element.
2 felhasználó2 felhasználó
Kiegészítő metaadatai
A kiegészítő névjegye
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.Értékelés 0 szerkesztő által: 0
Engedélyek és adatok
Szükséges engedélyek:
- Az adatai elérése az összes webhelyhez
Adatgyűjtés:
- A fejlesztő szerint ez a kiegészítő nem igényel adatgyűjtést.
További információk
- Kiegészítő hivatkozásai
- Verzió
- 1.0
- Méret
- 24,31 kB
- Legutóbb frissítve
- 4 hónapja (2025. dec. 15.)
- Kapcsolódó kategóriák
- Licenc
- MIT licenc
- Verziótörténet
- Címkék
- Gyűjteményhez adás
document.activeElement?.blur()on keydowne.code === "Escape".