A chrome extension to autosuggest emojis while writing on the web. It works in any test input fields, textarea and contenteditable divs.
The icon of the extension works as a toggle switch. Click on it and it will enable/disable for the current domain.
Note : It will also refresh the page as soon as you click it.
Sometimes in Single Page Applications, the extension script isn't run at a proper time when the page updates due to the inconsistent behaviour of chrome.tabs.onUpdated
API. In such cases you can manually trigger the extension by using the shortcut Cmd/Ctrl + Alt + E
.
In case you don't need smart suggestions or you feel that the suggestions are slow to come, you can disable smart suggestions by going to Emoji assistant icon > Right Click > Options > Disable Smart Suggestions Checkbox
- Better GUI for domain enable/disable
- Disable at input box level
- show twitter emojis if domain is twitter.com and tweetdeck
- Find a workaround for
.onUpdated
API issue mentioned in know issues.
- Fork and clone the repo.
- Create a new branch.
- run
cd emoji-assistant && npm install && gulp watch
. - Load the unpacked extension in your browser.
- Fix issues or add feature.
- Open a PR.
The logo is designed by Ranjith Alingal
MIT © Ritesh Kumar