⚡️ A chrome extension to autosuggest emojis while writing on the web.
JavaScript CSS HTML
Switch branches/tags
Nothing to show
Latest commit 3c84bd6 Mar 24, 2017 @ritz078 committed on GitHub Update Readme.md
Permalink
Failed to load latest commit information.
app
assets updated readme Jul 13, 2016
test initial commit Jul 11, 2016
.babelrc removed spread operator babel plugin Jul 12, 2016
.bowerrc initial commit Jul 11, 2016
.editorconfig initial commit Jul 11, 2016
.gitattributes initial commit Jul 11, 2016
.gitignore initial commit Jul 11, 2016
Readme.md Update Readme.md Mar 24, 2017
bower.json added rollup to support import Jul 11, 2016
gulpfile.babel.js
package.json removed rollup-plugin-npm in favour of rollup-plugin-node-resolve Jul 12, 2016

Readme.md

Twitter

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 .onUpdated API issue mentioned in know issues.

Development

  1. Fork and clone the repo.
  2. Create a new branch.
  3. run cd emoji-assistant && npm install && gulp watch.
  4. Load the unpacked extension in your browser.
  5. Fix issues or add feature.
  6. Open a PR.

Credits

The logo is designed by Ranjith Alingal

License

MIT © Ritesh Kumar