Quickly find and insert emojis from a compact GNOME Shell picker. Uses clipboard to copy emojis.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Please fix these and it can get approved: 1. Avoid sending unnecessary lines. Something like 88-107 `searchManager.js` can be written like this: ```js return actor?.text ?? ''; ``` The same should be applied to other parts of unnecessary lines. 2. Avoid using unnecessary `=== 'function'` and try-catch wrappers. Something like `get_allocation()`, adding and removing keybindings should be wrapped in try-catch block.