A chrome extension to autosuggest emojis while writing on the web. It works in any test input fields, textarea and contenteditable divs.
Contents
Screenshot
Disabling on a domain
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.
Known Issues
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.
Todo
- 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
.onUpdatedAPI issue mentioned in know issues.
Development
- 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.
Credits
The logo is designed by Ranjith Alingal
License
MIT © Ritesh Kumar

