Drag and drop all your emoji.
This extension is available for:
- Google Chrome: https://chrome.google.com/webstore/detail/slack-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej
- Mozilla Firefox: https://addons.mozilla.org/en-US/firefox/addon/neutral-face-emoji-tools/
To use this extension, simply navigate to the /customize/emoji page of your Slack organization. There should be a new section called "Bulk Emoji Uploader" under the "💁 Emoji" tab. Once there, just drag and drop the images you want into the drop zone.
Note: Make sure your files are named appropriately before uploading them!
To work on this extension you'll need Node.js and NPM installed.
The package.json file lists the project's dependencies. You'll need to run npm install to install those first.
For development and packaging, the extension WXT (https://wxt.dev/).
npm run devstarts up a dev server and a browser to test the extension in. (for Chrome)npm run buildbuilds the extension in to a static bundle (for Chrome)npm run zipbuils the extension, then zips it up (for Chrome)
Each of these commands can also be run for Firefox—npm run dev:firefox, npm run build:firefox, and npm run zip:firefox.
For code style consistency, Prettier (https://prettier.io/) is used.
